Skip to content

Commit 7bcab78

Browse files
committed
GH actions: test against jruby-9.4.9.0
1 parent 73d0da3 commit 7bcab78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/specs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
1818
strategy:
1919
matrix:
20-
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.4.7.0']
20+
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.4.9.0']
2121
gemfile: [ 'standalone', 'activemodel-5', 'activemodel-6', 'activemodel-7', 'activemodel-8' ]
2222
exclude:
2323
- ruby-version: '3.3'
@@ -30,9 +30,9 @@ jobs:
3030
gemfile: 'activemodel-5'
3131
- ruby-version: '2.6'
3232
gemfile: 'activemodel-7'
33-
- ruby-version: 'jruby-9.4.7.0'
33+
- ruby-version: 'jruby-9.4.9.0'
3434
gemfile: 'activemodel-5'
35-
- ruby-version: 'jruby-9.4.7.0'
35+
- ruby-version: 'jruby-9.4.9.0'
3636
gemfile: 'activemodel-8'
3737
- ruby-version: '2.6'
3838
gemfile: 'activemodel-8'

0 commit comments

Comments
 (0)