Skip to content

Commit 2684112

Browse files
authored
update CI config (bump JRuby version, drop MRI 3.0 branch) (#1062)
1 parent e4104e8 commit 2684112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby: ["3.0.7", "3.1.6", "3.2.6", "3.3.7", "jruby-9.2"]
20+
ruby: ["3.1.6", "3.2.6", "3.3.7", "jruby-9.4"]
2121
test_command: ["bundle exec rake test"]
2222
include:
2323
- ruby: "head"

0 commit comments

Comments
 (0)