We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db91376 commit f0b6f9aCopy full SHA for f0b6f9a
.github/workflows/phpunit-tests.yml
@@ -155,7 +155,7 @@ jobs:
155
report: ${{ matrix.report || false }}
156
157
#
158
- # Runs specific test groups.
+ # Runs specific individual test groups.
159
160
specific-test-groups:
161
name: ${{ matrix.phpunit-test-groups }}
@@ -168,10 +168,10 @@ jobs:
168
fail-fast: false
169
matrix:
170
os: [ ubuntu-latest ]
171
- php: [ '8.3', '8.4' ]
+ php: [ '8.4' ]
172
db-type: [ 'mysql' ]
173
- db-version: [ '8.0', '8.4' ]
174
- multisite: [ false, true ]
+ db-version: [ '8.4' ]
+ multisite: [ false ]
175
memcached: [ false ]
176
phpunit-test-groups: [ 'html-api-html5lib-tests' ]
177
0 commit comments