Skip to content

Commit

Permalink
Add newer Rails versions to the JRuby CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 19, 2024
1 parent a33b673 commit 8e97075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 2
command: bundle exec rake test:env[norails,rails61]
command: bundle exec rake test:env[norails,rails61,rails70,rails71,rails72]
env:
VERBOSE_TEST_OUTPUT: true
JAVA_OPTS: --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist
Expand Down

0 comments on commit 8e97075

Please sign in to comment.