Skip to content

Commit ae54f1e

Browse files
committed
The latest MySQL innovation release is now 9.3.
1 parent 59bb9d9 commit ae54f1e

10 files changed

Lines changed: 40614 additions & 101 deletions

.github/workflows/install-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,12 @@ jobs:
9393
# Only test the latest innovation release.
9494
- db-version: '9.0'
9595
- db-version: '9.1'
96+
- db-version: '9.2'
9697
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
9798
- php: '7.2'
98-
db-version: '9.2'
99+
db-version: '9.3'
99100
- php: '7.3'
100-
db-version: '9.2'
101+
db-version: '9.3'
101102

102103
services:
103104
database:

.github/workflows/local-docker-environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
# Only test the latest innovation release.
100100
- db-version: '9.0'
101101
- db-version: '9.1'
102+
- db-version: '9.2'
102103
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
103104
- php: '7.2'
104-
db-version: '9.2'
105+
db-version: '9.3'
105106
- php: '7.3'
106-
db-version: '2'
107+
db-version: '9.3'
107108

108109
with:
109110
os: ${{ matrix.os }}

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
os: [ ubuntu-24.04 ]
188188
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
189189
db-type: [ 'mysql', 'mariadb' ]
190-
db-version: [ '9.2', '11.7' ]
190+
db-version: [ '9.3', '11.7' ]
191191
multisite: [ false, true ]
192192
memcached: [ false ]
193193
db-innovation: [ true ]

.github/workflows/upgrade-testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
os: [ 'ubuntu-24.04' ]
6666
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
6767
db-type: [ 'mysql' ]
68-
db-version: [ '5.7', '8.0', '8.4', '9.2' ]
68+
db-version: [ '5.7', '8.0', '8.4', '9.3' ]
6969
wp: [ '6.6', '6.7' ]
7070
multisite: [ false, true ]
7171

@@ -77,9 +77,9 @@ jobs:
7777
db-version: '8.4'
7878
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
7979
- php: '7.2'
80-
db-version: '9.2'
80+
db-version: '9.3'
8181
- php: '7.3'
82-
db-version: '9.2'
82+
db-version: '9.3'
8383
with:
8484
os: ${{ matrix.os }}
8585
php: ${{ matrix.php }}
@@ -243,7 +243,7 @@ jobs:
243243
os: [ 'ubuntu-24.04' ]
244244
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
245245
db-type: [ 'mysql' ]
246-
db-version: [ '5.7', '8.0', '8.4', '9.2' ]
246+
db-version: [ '5.7', '8.0', '8.4', '9.3' ]
247247
wp: [ '4.1' ]
248248
multisite: [ false, true ]
249249

@@ -255,9 +255,9 @@ jobs:
255255
db-version: '8.4'
256256
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
257257
- php: '7.2'
258-
db-version: '2'
258+
db-version: '9.3'
259259
- php: '7.3'
260-
db-version: '9.2'
260+
db-version: '9.3'
261261
with:
262262
os: ${{ matrix.os }}
263263
php: ${{ matrix.php }}

.version-support-mysql.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"6-9": [
3+
"9.3",
4+
"9.2",
5+
"9.1",
6+
"9.0",
7+
"8.4",
8+
"8.0",
9+
"5.7",
10+
"5.6",
11+
"5.5"
12+
],
213
"6-8": [
314
"9.2",
415
"9.1",

0 commit comments

Comments
 (0)