File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 resource_class : arm.medium
66 docker :
77 - image : cimg/base:current-22.04
8- - image : mysql:8.3
8+ - image : mysql:8.4
99 environment :
1010 MYSQL_ALLOW_EMPTY_PASSWORD : true
1111 MYSQL_ROOT_PASSWORD : ' '
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 LINUX_X64 :
138138 services :
139139 mysql :
140- image : mysql:8.3
140+ image : mysql:8.4
141141 ports :
142142 - 3306:3306
143143 env :
@@ -281,7 +281,7 @@ jobs:
281281 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
282282 services :
283283 mysql :
284- image : mysql:8.3
284+ image : mysql:8.4
285285 ports :
286286 - 3306:3306
287287 env :
@@ -419,7 +419,7 @@ jobs:
419419 if : inputs.branch == 'master'
420420 services :
421421 mysql :
422- image : mysql:8.3
422+ image : mysql:8.4
423423 ports :
424424 - 3306:3306
425425 env :
@@ -666,7 +666,7 @@ jobs:
666666 OPCACHE_VARIATION :
667667 services :
668668 mysql :
669- image : mysql:8.3
669+ image : mysql:8.4
670670 ports :
671671 - 3306:3306
672672 env :
Original file line number Diff line number Diff line change 4444 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
4545 services :
4646 mysql :
47- image : mysql:8.3
47+ image : mysql:8.4
4848 ports :
4949 - 3306:3306
5050 env :
@@ -150,7 +150,7 @@ jobs:
150150 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
151151 services :
152152 mysql :
153- image : mysql:8.3
153+ image : mysql:8.4
154154 ports :
155155 - 3306:3306
156156 env :
You can’t perform that action at this time.
0 commit comments