Skip to content

Commit 2451ab5

Browse files
committed
Exclude JRuby 10 on Java 8
1 parent 2798779 commit 2451ab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
bundler-version: [2.6.3]
2323
task: ['', integration]
2424
exclude:
25-
# JRuby head (10) requires Java 21 minimum
26-
- ruby-version: jruby-head
25+
# JRuby 10 requires Java 21 minimum
26+
- ruby-version: jruby-10
2727
java-version: 8
2828

2929
fail-fast: false

0 commit comments

Comments
 (0)