Skip to content

Commit

Permalink
Reset the test matrix to remove unnecessary combos.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 17, 2024
1 parent db91376 commit f0b6f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
report: ${{ matrix.report || false }}

#
# Runs specific test groups.
# Runs specific individual test groups.
#
specific-test-groups:
name: ${{ matrix.phpunit-test-groups }}
Expand All @@ -168,10 +168,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
php: [ '8.3', '8.4' ]
php: [ '8.4' ]
db-type: [ 'mysql' ]
db-version: [ '8.0', '8.4' ]
multisite: [ false, true ]
db-version: [ '8.4' ]
multisite: [ false ]
memcached: [ false ]
phpunit-test-groups: [ 'html-api-html5lib-tests' ]

Expand Down

0 comments on commit f0b6f9a

Please sign in to comment.