Skip to content

Commit

Permalink
update CI config (bump JRuby version, drop MRI 3.0 branch) (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich authored Jan 16, 2025
1 parent e4104e8 commit 2684112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0.7", "3.1.6", "3.2.6", "3.3.7", "jruby-9.2"]
ruby: ["3.1.6", "3.2.6", "3.3.7", "jruby-9.4"]
test_command: ["bundle exec rake test"]
include:
- ruby: "head"
Expand Down

0 comments on commit 2684112

Please sign in to comment.