Skip to content

Commit 8f7c5be

Browse files
committed
test: test against JRuby 10.1
1 parent 95db957 commit 8f7c5be

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ on:
1212

1313
jobs:
1414
ci:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-latest
1616

1717
strategy:
1818
matrix:
1919
java-version: [8, 21, 25]
20-
ruby-version: [jruby-9.4, jruby-10]
20+
ruby-version: [jruby-9.4, jruby-10.0, jruby-10.1]
2121
task: ['', integration]
2222
exclude:
23-
# JRuby 10 requires Java 21 minimum
24-
- ruby-version: jruby-10
23+
- ruby-version: jruby-10.0 # JRuby 10 requires Java 21 minimum
24+
java-version: 8
25+
- ruby-version: jruby-10.1 # JRuby 10 requires Java 21 minimum
2526
java-version: 8
2627

2728
fail-fast: false

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- #591: chore: clean up obsolete & deprecated code from 2.0.x and old Bundler versions
77
- #592: chore: relax rubyzip requirement to allow rubyzip 2.x
88
- #593: chore: relax jruby-rack requirement to allow compatibility with upcoming 1.3.x
9+
- #623: test: test against JRuby 10.1
910

1011
## 2.1.0
1112

0 commit comments

Comments
 (0)