File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -167,24 +167,12 @@ jobs:
167167 strategy :
168168 fail-fast : false
169169 matrix :
170- os : [ ubuntu-latest ]
171170 php : [ '8.4' ]
172- db-type : [ 'mysql' ]
173- db-version : [ '8.4' ]
174- multisite : [ false ]
175- memcached : [ false ]
176171 phpunit-test-groups : [ 'html-api-html5lib-tests' ]
177172
178173 with :
179- os : ${{ matrix.os }}
180174 php : ${{ matrix.php }}
181- db-type : ${{ matrix.db-type }}
182- db-version : ${{ matrix.db-version }}
183- multisite : ${{ matrix.multisite }}
184- memcached : ${{ matrix.memcached }}
185- phpunit-config : ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
186175 phpunit-test-groups : ${{ matrix.phpunit-test-groups }}
187- report : ${{ matrix.report || false }}
188176
189177 slack-notifications :
190178 name : Slack Notifications
You can’t perform that action at this time.
0 commit comments