Skip to content

Commit

Permalink
CI: add Ruby 3.3 and JRuby 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Jan 22, 2024
1 parent 377855b commit 56dc65e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, head, truffleruby]
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, truffleruby]
include:
- { ruby: jruby-9.3, allow-failure: true }
- { ruby: jruby-9.4, allow-failure: true }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 56dc65e

Please sign in to comment.