Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

strategy:
matrix:
jruby_version: [ '9.4.13.0', '10.0.0.1' ]
jruby_version: [ '9.4.13.0', '10.0.1.0' ]
java_version: [ '11', '17', '21' ]
exclude:
- jruby_version: '10.0.0.1'
- jruby_version: '10.0.1.0'
java_version: '11' # JRuby 10 requires Java 21
- jruby_version: '10.0.0.1'
- jruby_version: '10.0.1.0'
java_version: '17' # JRuby 10 requires Java 21
fail-fast: false

Expand Down Expand Up @@ -52,15 +52,15 @@ jobs:

strategy:
matrix:
jruby_version: [ '9.4.13.0', '10.0.0.1' ]
jruby_version: [ '9.4.13.0', '10.0.1.0' ]
java_version: [ '11', '17', '21' ]
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72', 'rails80' ]
exclude:
- jruby_version: '9.4.13.0'
appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.4 does not support
- jruby_version: '10.0.0.1'
- jruby_version: '10.0.1.0'
java_version: '11' # JRuby 10 requires Java 21
- jruby_version: '10.0.0.1'
- jruby_version: '10.0.1.0'
java_version: '17' # JRuby 10 requires Java 21
fail-fast: false

Expand All @@ -79,7 +79,7 @@ jobs:
cache: maven

- name: Setup JRuby
uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0
uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
with:
ruby-version: jruby-${{ matrix.jruby_version }}
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ DEPENDENCIES
rack (~> 2.2)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,3 @@ DEPENDENCIES
rails (~> 5.0.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails52.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,3 @@ DEPENDENCIES
rails (~> 5.2.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails60.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,3 @@ DEPENDENCIES
rails (~> 6.0.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails61.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,3 @@ DEPENDENCIES
rails (~> 6.1.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails70.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,3 @@ DEPENDENCIES
rails (~> 7.0.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails71.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,3 @@ DEPENDENCIES
rails (~> 7.1.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails72.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,3 @@ DEPENDENCIES
rails (~> 7.2.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3
3 changes: 0 additions & 3 deletions gemfiles/rails80.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,3 @@ DEPENDENCIES
rails (~> 8.0.0)
rake (~> 13.3)
rspec

BUNDLED WITH
2.6.3