File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313jobs :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments