We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4104e8 commit 2684112Copy full SHA for 2684112
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- 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"]
21
test_command: ["bundle exec rake test"]
22
include:
23
- ruby: "head"
0 commit comments