Skip to content

Commit

Permalink
hmm try other workflows to see if there is a bigger issue
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 9, 2024
1 parent 10b8a06 commit 93e7879
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.3.7.0']
ruby-version: ['jruby-9.4.6.0']
db: ['mysql2']
test_targets: ["rails:test_mysql2"]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: [ 'jruby-9.3.7.0' ]
ruby-version: ['jruby-9.4.6.0']
db: [ 'postgresql' ]
test_targets: [ "rails:test_postgresql" ]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.3.7.0']
ruby-version: ['jruby-9.4.6.0']
db: ['sqlite3']
test_targets: ["rails:test_sqlite3"]
ar_version: ["6-1-stable"]
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.3.7.0']
ruby-version: ['jruby-9.4.6.0']
db: ['mysql2']
test_targets: ["db:mysql test_mysql2"]
prepared_statements: ['false', 'true']
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['jruby-9.3.7.0']
ruby-version: ['jruby-9.4.6.0']
db: ['postgresql']
test_targets: ["db:postgresql test_postgresql"]
prepared_statements: ['false', 'true']
Expand Down

0 comments on commit 93e7879

Please sign in to comment.