Skip to content

Commit 1df28a8

Browse files
committed
Test against latest innovation release.
1 parent 1e04fc0 commit 1df28a8

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

.github/workflows/install-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
- db-version: '9.0'
9595
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
9696
- php: '7.2'
97-
db-version: '9.1'
97+
db-version: '9.3'
9898
- php: '7.3'
99-
db-version: '9.1'
99+
db-version: '9.3'
100100

101101
services:
102102
database:

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ jobs:
9797
- db-version: '5.5'
9898
# Only test the latest innovation release.
9999
- db-version: '9.0'
100+
- db-version: '9.1'
101+
- db-version: '9.2'
100102
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
101103
- php: '7.2'
102-
db-version: '9.1'
104+
db-version: '9.3'
103105
- php: '7.3'
104-
db-version: '9.1'
106+
db-version: '9.3'
105107

106108
with:
107109
os: ${{ matrix.os }}

.github/workflows/phpunit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,20 @@ 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.1', '11.6' ]
190+
db-version: [ '9.3', '11.6' ]
191191
multisite: [ false, true ]
192192
memcached: [ false ]
193193
db-innovation: [ true ]
194194

195195
exclude:
196196
# MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218.
197197
- php: '7.2'
198-
db-version: '9.1'
198+
db-version: '9.3'
199199
- php: '7.3'
200-
db-version: '9.1'
200+
db-version: '9.3'
201201
# Exclude version combinations that don't exist.
202202
- db-type: 'mariadb'
203-
db-version: '9.1'
203+
db-version: '9.3'
204204
- db-type: 'mysql'
205205
db-version: '11.6'
206206
with:

.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.1' ]
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.1'
80+
db-version: '9.3'
8181
- php: '7.3'
82-
db-version: '9.1'
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.1' ]
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: '9.1'
258+
db-version: '9.3'
259259
- php: '7.3'
260-
db-version: '9.1'
260+
db-version: '9.3'
261261
with:
262262
os: ${{ matrix.os }}
263263
php: ${{ matrix.php }}

.version-support-mysql.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"6-9": [
3+
"9.3",
4+
"9.2",
35
"9.1",
46
"9.0",
57
"8.4",

0 commit comments

Comments
 (0)