Skip to content

Commit 2cabea6

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [CI] Use MySQL LTS version
2 parents bbde9c8 + 44b0b14 commit 2cabea6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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: ''

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
8686
services:
8787
mysql:
88-
image: mysql:8.3
88+
image: mysql:8.4
8989
ports:
9090
- 3306:3306
9191
env:
@@ -188,7 +188,7 @@ jobs:
188188
PDO_MYSQL_TEST_HOST: mysql
189189
services:
190190
mysql:
191-
image: mysql:8.3
191+
image: mysql:8.4
192192
ports:
193193
- 3306:3306
194194
env:

0 commit comments

Comments
 (0)