Skip to content

Commit db91376

Browse files
committed
Confirm multiple combinations build out names correctly.
1 parent 52b2d32 commit db91376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ jobs:
168168
fail-fast: false
169169
matrix:
170170
os: [ ubuntu-latest ]
171-
php: [ '8.3' ]
171+
php: [ '8.3', '8.4' ]
172172
db-type: [ 'mysql' ]
173-
db-version: [ '8.4' ]
174-
multisite: [ false ]
173+
db-version: [ '8.0', '8.4' ]
174+
multisite: [ false, true ]
175175
memcached: [ false ]
176176
phpunit-test-groups: [ 'html-api-html5lib-tests' ]
177177

0 commit comments

Comments
 (0)