Skip to content

Commit f0b6f9a

Browse files
committed
Reset the test matrix to remove unnecessary combos.
1 parent db91376 commit f0b6f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
report: ${{ matrix.report || false }}
156156

157157
#
158-
# Runs specific test groups.
158+
# Runs specific individual test groups.
159159
#
160160
specific-test-groups:
161161
name: ${{ matrix.phpunit-test-groups }}
@@ -168,10 +168,10 @@ jobs:
168168
fail-fast: false
169169
matrix:
170170
os: [ ubuntu-latest ]
171-
php: [ '8.3', '8.4' ]
171+
php: [ '8.4' ]
172172
db-type: [ 'mysql' ]
173-
db-version: [ '8.0', '8.4' ]
174-
multisite: [ false, true ]
173+
db-version: [ '8.4' ]
174+
multisite: [ false ]
175175
memcached: [ false ]
176176
phpunit-test-groups: [ 'html-api-html5lib-tests' ]
177177

0 commit comments

Comments
 (0)