Skip to content

Commit 225202f

Browse files
committed
Only test the most recent innovation release.
1 parent dee196b commit 225202f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/install-testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,9 @@ jobs:
9191
db-version: '8.4'
9292
- php: '7.3'
9393
db-version: '8.4'
94+
# Only test the latest innovation release.
95+
- db-version: '9.0'
9496
# MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218.
95-
- php: '7.2'
96-
db-version: '9.0'
97-
- php: '7.3'
98-
db-version: '9.0'
9997
- php: '7.2'
10098
db-version: '9.1'
10199
- php: '7.3'

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ jobs:
9090
exclude:
9191
# The MySQL 5.5 containers will not start.
9292
- db-version: '5.5'
93+
# Only test the latest innovation release.
94+
- db-version: '9.0'
9395
# MySQL 9.0+ will not work on PHP 7.2 & 7.3
94-
- php: '7.2'
95-
db-version: '9.0'
96-
- php: '7.3'
97-
db-version: '9.0'
9896
- php: '7.2'
9997
db-version: '9.1'
10098
- php: '7.3'

0 commit comments

Comments
 (0)