Skip to content

Commit 86bc10f

Browse files
committed
something with bundler I don't want to figure out. Go back to 9.3
1 parent 93e7879 commit 86bc10f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 6 additions & 6 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.4.6.0']
20+
ruby-version: ['jruby-9.3.13.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.4.6.0']
72+
ruby-version: ['jruby-9.3.13.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.4.6.0']
122+
ruby-version: ['jruby-9.3.13.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.4.6.0']
154+
ruby-version: ['jruby-9.3.13.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.4.6.0']
199+
ruby-version: ['jruby-9.3.13.0']
200200
db: ['postgresql']
201201
test_targets: ["db:postgresql test_postgresql"]
202202
prepared_statements: ['false', 'true']
@@ -243,7 +243,7 @@ jobs:
243243
strategy:
244244
fail-fast: false
245245
matrix:
246-
ruby-version: ['jruby-9.4.6.0']
246+
ruby-version: ['jruby-9.3.13.0']
247247
db: ['sqlite3']
248248
test_targets: ['test_sqlite3']
249249

0 commit comments

Comments
 (0)