Skip to content

Commit

Permalink
update jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseChavez committed Jul 21, 2024
1 parent ab1cf13 commit 9c24c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.4.2.0']
ruby-version: ['jruby-9.4.8.0']
db: ['mssql']
test_targets: ['test_mssql']

Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ 'jruby-9.4.2.0' ]
ruby-version: [ 'jruby-9.4.8.0' ]
db: [ 'postgresql' ]
test_targets: [ "rails:test_postgresql" ]
ar_version: ["7-0-stable"]
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.4.2.0']
ruby-version: ['jruby-9.4.8.0']
db: ['postgresql']
test_targets: ["db:postgresql test_postgresql"]
prepared_statements: ['false', 'true']
Expand Down

0 comments on commit 9c24c0e

Please sign in to comment.