Skip to content

Commit

Permalink
Test on JRuby 9.3
Browse files Browse the repository at this point in the history
Also test on CRuby 3.0, instead of possibly testing on CRuby 3.1
after CRuby 3.1 is released.
  • Loading branch information
jeremyevans committed Oct 7, 2021
1 parent a326e91 commit 5fb8e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 3.0, 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2.13.0, truffleruby-20.3.0 ]
ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4, 2.3, head, jruby-9.2, jruby-9.3, truffleruby-20.3.0 ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5fb8e81

Please sign in to comment.