Skip to content

Commit 0e59b59

Browse files
authored
Merge pull request #106 from viralpraxis/run-tests-on-jruby-head
Run tests on `jruby-head` and *two* latest JRuby minor releases
2 parents b360deb + b928e0a commit 0e59b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head, jruby-9.4]
29+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head, jruby-9.4, jruby-10.0, jruby-head]
3030
rubocop_version: ["1.81"]
3131
env:
3232
BUNDLE_GEMFILE: "gemfiles/rubocop_${{ matrix.rubocop_version }}.gemfile"

0 commit comments

Comments
 (0)