File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 43
43
PREPARED_STATEMENTS : ${{ matrix.prepared_statements }}
44
44
DRIVER : ${{ matrix.driver }}
45
45
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
46
- MT_KWARGS_HACK : 1
47
46
48
47
steps :
49
48
- uses : actions/checkout@v3
@@ -101,8 +100,6 @@ jobs:
101
100
PGHOST : localhost
102
101
PGPORT : 5432
103
102
PGUSER : postgres
104
- MT_KWARGS_HACK : 1
105
-
106
103
107
104
steps :
108
105
- uses : actions/checkout@v3
@@ -138,7 +135,6 @@ jobs:
138
135
DB : ${{ matrix.db }}
139
136
AR_VERSION : ${{ matrix.ar_version }}
140
137
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
141
- MT_KWARGS_HACK : 1
142
138
143
139
steps :
144
140
- uses : actions/checkout@v3
@@ -181,7 +177,6 @@ jobs:
181
177
MY_USER : root
182
178
MY_PASSWORD : root
183
179
PREPARED_STATEMENTS : ${{ matrix.prepared_statements }}
184
- MT_KWARGS_HACK : 1
185
180
186
181
steps :
187
182
- uses : actions/checkout@v3
@@ -233,7 +228,6 @@ jobs:
233
228
PGHOST : localhost
234
229
PGPORT : 5432
235
230
PGUSER : postgres
236
- MT_KWARGS_HACK : 1
237
231
238
232
steps :
239
233
- uses : actions/checkout@v3
@@ -263,7 +257,6 @@ jobs:
263
257
env :
264
258
DB : ${{ matrix.db }}
265
259
JRUBY_OPTS : " -J-Xms64M -J-Xmx1024M"
266
- MT_KWARGS_HACK : 1
267
260
268
261
steps :
269
262
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments