Skip to content

Commit

Permalink
CI: let's roll tests with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
kares authored and jkowens committed Apr 14, 2022
1 parent d5b6532 commit ba2b263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
# TODO: Add jruby if something like allow_failures will be implemented on Actions.
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0']
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit ba2b263

Please sign in to comment.