Skip to content

Commit 93e7879

Browse files
committed
hmm try other workflows to see if there is a bigger issue
1 parent 10b8a06 commit 93e7879

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ruby.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ruby-version: ['jruby-9.3.7.0']
20+
ruby-version: ['jruby-9.4.6.0']
2121
db: ['mysql2']
2222
test_targets: ["rails:test_mysql2"]
2323
ar_version: ["6-1-stable"]
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
ruby-version: [ 'jruby-9.3.7.0' ]
72+
ruby-version: ['jruby-9.4.6.0']
7373
db: [ 'postgresql' ]
7474
test_targets: [ "rails:test_postgresql" ]
7575
ar_version: ["6-1-stable"]
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
ruby-version: ['jruby-9.3.7.0']
122+
ruby-version: ['jruby-9.4.6.0']
123123
db: ['sqlite3']
124124
test_targets: ["rails:test_sqlite3"]
125125
ar_version: ["6-1-stable"]
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
ruby-version: ['jruby-9.3.7.0']
154+
ruby-version: ['jruby-9.4.6.0']
155155
db: ['mysql2']
156156
test_targets: ["db:mysql test_mysql2"]
157157
prepared_statements: ['false', 'true']
@@ -196,7 +196,7 @@ jobs:
196196
strategy:
197197
fail-fast: false
198198
matrix:
199-
ruby-version: ['jruby-9.3.7.0']
199+
ruby-version: ['jruby-9.4.6.0']
200200
db: ['postgresql']
201201
test_targets: ["db:postgresql test_postgresql"]
202202
prepared_statements: ['false', 'true']

0 commit comments

Comments
 (0)