Skip to content

Commit 3d42d52

Browse files
committed
changed mysql image in CI from mysql 8.3 to LTS mysql 8.4
1 parent 4122daa commit 3d42d52

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
@@ -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:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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:

0 commit comments

Comments
 (0)