File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 42
42
needs : GENERATE_MATRIX
43
43
if : ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
44
44
services :
45
+ mysql :
46
+ image : mysql:8.3
47
+ ports :
48
+ - 3306:3306
49
+ env :
50
+ MYSQL_DATABASE : test
51
+ MYSQL_ROOT_PASSWORD : root
45
52
postgres :
46
53
image : postgres
47
54
env :
@@ -286,6 +293,13 @@ jobs:
286
293
COVERAGE_DEBUG_NTS :
287
294
if : github.repository_owner == 'php' || github.event_name == 'workflow_dispatch'
288
295
services :
296
+ mysql :
297
+ image : mysql:8.3
298
+ ports :
299
+ - 3306:3306
300
+ env :
301
+ MYSQL_DATABASE : test
302
+ MYSQL_ROOT_PASSWORD : root
289
303
postgres :
290
304
image : postgres
291
305
env :
@@ -501,6 +515,13 @@ jobs:
501
515
needs : GENERATE_MATRIX
502
516
if : ${{ needs.GENERATE_MATRIX.outputs.branches != '[]' }}
503
517
services :
518
+ mysql :
519
+ image : mysql:8.3
520
+ ports :
521
+ - 3306:3306
522
+ env :
523
+ MYSQL_DATABASE : test
524
+ MYSQL_ROOT_PASSWORD : root
504
525
postgres :
505
526
image : postgres
506
527
env :
You can’t perform that action at this time.
0 commit comments