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 @@ -136,7 +136,7 @@ jobs:
136136 LINUX_X64 :
137137 services :
138138 mysql :
139- image : mysql:8.3
139+ image : mysql:8.4
140140 ports :
141141 - 3306:3306
142142 env :
@@ -278,7 +278,7 @@ jobs:
278278 PDO_FIREBIRD_TEST_DSN : firebird:dbname=firebird:test.fdb
279279 services :
280280 mysql :
281- image : mysql:8.3
281+ image : mysql:8.4
282282 ports :
283283 - 3306:3306
284284 env :
@@ -413,7 +413,7 @@ jobs:
413413 if : inputs.branch == 'master'
414414 services :
415415 mysql :
416- image : mysql:8.3
416+ image : mysql:8.4
417417 ports :
418418 - 3306:3306
419419 env :
@@ -661,7 +661,7 @@ jobs:
661661 OPCACHE_VARIATION :
662662 services :
663663 mysql :
664- image : mysql:8.3
664+ image : mysql:8.4
665665 ports :
666666 - 3306:3306
667667 env :
Original file line number Diff line number Diff line change 4949 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
5050 services :
5151 mysql :
52- image : mysql:8.3
52+ image : mysql:8.4
5353 ports :
5454 - 3306:3306
5555 env :
@@ -146,7 +146,7 @@ jobs:
146146 PDO_MYSQL_TEST_HOST : mysql
147147 services :
148148 mysql :
149- image : mysql:8.3
149+ image : mysql:8.4
150150 ports :
151151 - 3306:3306
152152 env :
You can’t perform that action at this time.
0 commit comments