Skip to content

Commit dee196b

Browse files
committed
Only test the latest innovation release of MySQL.
1 parent 77bf2b7 commit dee196b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,24 +166,18 @@ jobs:
166166
os: [ ubuntu-latest ]
167167
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
168168
db-type: [ 'mysql', 'mariadb' ]
169-
db-version: [ '9.0', '9.1', '11.6' ]
169+
db-version: [ '9.1', '11.6' ]
170170
multisite: [ false, true ]
171171
memcached: [ false ]
172172
db-innovation: [ true ]
173173

174174
exclude:
175175
# MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218.
176-
- php: '7.2'
177-
db-version: '9.0'
178-
- php: '7.3'
179-
db-version: '9.0'
180176
- php: '7.2'
181177
db-version: '9.1'
182178
- php: '7.3'
183179
db-version: '9.1'
184180
# Exclude version combinations that don't exist.
185-
- db-type: 'mariadb'
186-
db-version: '9.0'
187181
- db-type: 'mariadb'
188182
db-version: '9.1'
189183
- db-type: 'mysql'

0 commit comments

Comments
 (0)