Skip to content

Commit

Permalink
CI: Add jruby and Ruby 3.4 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Jan 13, 2025
1 parent dc64170 commit 4bcbf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- '3.1'
- '3.0'
- '2.7'
#- jruby
- jruby
- truffleruby
os:
- ubuntu-latest
Expand All @@ -37,13 +37,13 @@ jobs:
strategy:
matrix:
ruby:
#- '3.4'
- '3.4'
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
#- jruby
- jruby
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4bcbf6a

Please sign in to comment.