Skip to content

Commit

Permalink
GH actions: test against jruby-9.4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed Dec 17, 2024
1 parent 73d0da3 commit 7bcab78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.4.7.0']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.4.9.0']
gemfile: [ 'standalone', 'activemodel-5', 'activemodel-6', 'activemodel-7', 'activemodel-8' ]
exclude:
- ruby-version: '3.3'
Expand All @@ -30,9 +30,9 @@ jobs:
gemfile: 'activemodel-5'
- ruby-version: '2.6'
gemfile: 'activemodel-7'
- ruby-version: 'jruby-9.4.7.0'
- ruby-version: 'jruby-9.4.9.0'
gemfile: 'activemodel-5'
- ruby-version: 'jruby-9.4.7.0'
- ruby-version: 'jruby-9.4.9.0'
gemfile: 'activemodel-8'
- ruby-version: '2.6'
gemfile: 'activemodel-8'
Expand Down

0 comments on commit 7bcab78

Please sign in to comment.