Skip to content

Commit

Permalink
Include DB version to avoid failure from default changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Dec 17, 2024
1 parent e1925e1 commit 76ff954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,12 @@ jobs:
fail-fast: false
matrix:
php: [ '8.4' ]
db-version: [ '8.4' ]
phpunit-test-groups: [ 'html-api-html5lib-tests' ]

with:
php: ${{ matrix.php }}
db-version: ${{ matrix.db-version }}
phpunit-test-groups: ${{ matrix.phpunit-test-groups }}

slack-notifications:
Expand Down

0 comments on commit 76ff954

Please sign in to comment.