Skip to content

Commit d32670e

Browse files
committed
Build/Test Tools: Test against MySQL 9.6 & MariaDB 12.1.
These are now the latest Innovation and Rolling releases, respectively. See #64225, #64227. git-svn-id: https://develop.svn.wordpress.org/trunk@61875 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3c7becf commit d32670e

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/install-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ jobs:
101101
- db-version: '9.4'
102102
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
103103
- php: '7.2'
104-
db-version: '9.5'
104+
db-version: '9.6'
105105
- php: '7.3'
106-
db-version: '9.5'
106+
db-version: '9.6'
107107

108108
services:
109109
database:

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,17 @@ jobs:
203203
os: [ ubuntu-24.04 ]
204204
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
205205
db-type: [ 'mysql', 'mariadb' ]
206-
db-version: [ '9.5', '12.0' ]
206+
db-version: [ '9.6', '12.1' ]
207207
multisite: [ false, true ]
208208
memcached: [ false ]
209209
db-innovation: [ true ]
210210

211211
exclude:
212212
# Exclude version combinations that don't exist.
213213
- db-type: 'mariadb'
214-
db-version: '9.5'
214+
db-version: '9.6'
215215
- db-type: 'mysql'
216-
db-version: '12.0'
216+
db-version: '12.1'
217217
with:
218218
os: ${{ matrix.os }}
219219
php: ${{ matrix.php }}

.github/workflows/upgrade-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
os: [ 'ubuntu-24.04' ]
7171
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
7272
db-type: [ 'mysql' ]
73-
db-version: [ '5.7', '8.0', '8.4', '9.5' ]
73+
db-version: [ '5.7', '8.0', '8.4', '9.6' ]
7474
wp: [ '6.7', '6.8' ]
7575
multisite: [ false, true ]
7676
with:
@@ -179,7 +179,7 @@ jobs:
179179
os: [ 'ubuntu-24.04' ]
180180
php: [ '7.4' ]
181181
db-type: [ 'mysql' ]
182-
db-version: [ '5.7', '8.0', '8.4', '9.5' ]
182+
db-version: [ '5.7', '8.0', '8.4', '9.6' ]
183183
wp: [ '4.7' ]
184184
multisite: [ false, true ]
185185
with:

.version-support-mysql.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"7-0": [
3+
"9.6",
34
"9.5",
45
"9.4",
56
"9.3",

0 commit comments

Comments
 (0)