Skip to content

Commit

Permalink
Only test the most recent innovation release.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 16, 2024
1 parent dee196b commit 225202f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/install-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ jobs:
db-version: '8.4'
- php: '7.3'
db-version: '8.4'
# Only test the latest innovation release.
- db-version: '9.0'
# MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218.
- php: '7.2'
db-version: '9.0'
- php: '7.3'
db-version: '9.0'
- php: '7.2'
db-version: '9.1'
- php: '7.3'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/local-docker-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,9 @@ jobs:
exclude:
# The MySQL 5.5 containers will not start.
- db-version: '5.5'
# Only test the latest innovation release.
- db-version: '9.0'
# MySQL 9.0+ will not work on PHP 7.2 & 7.3
- php: '7.2'
db-version: '9.0'
- php: '7.3'
db-version: '9.0'
- php: '7.2'
db-version: '9.1'
- php: '7.3'
Expand Down

0 comments on commit 225202f

Please sign in to comment.