We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2798779 commit 2451ab5Copy full SHA for 2451ab5
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
bundler-version: [2.6.3]
23
task: ['', integration]
24
exclude:
25
- # JRuby head (10) requires Java 21 minimum
26
- - ruby-version: jruby-head
+ # JRuby 10 requires Java 21 minimum
+ - ruby-version: jruby-10
27
java-version: 8
28
29
fail-fast: false
0 commit comments