Skip to content

Commit e1925e1

Browse files
committed
Rely on default values for inputs when possible.
1 parent f0b6f9a commit e1925e1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)