Skip to content

Commit

Permalink
Only test the latest innovation release of MySQL.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 16, 2024
1 parent 77bf2b7 commit dee196b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,24 +166,18 @@ jobs:
os: [ ubuntu-latest ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
db-type: [ 'mysql', 'mariadb' ]
db-version: [ '9.0', '9.1', '11.6' ]
db-version: [ '9.1', '11.6' ]
multisite: [ false, true ]
memcached: [ false ]
db-innovation: [ true ]

exclude:
# 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'
db-version: '9.1'
# Exclude version combinations that don't exist.
- db-type: 'mariadb'
db-version: '9.0'
- db-type: 'mariadb'
db-version: '9.1'
- db-type: 'mysql'
Expand Down

0 comments on commit dee196b

Please sign in to comment.