Skip to content

Commit 76ff954

Browse files
committed
Include DB version to avoid failure from default changes.
1 parent e1925e1 commit 76ff954

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,12 @@ jobs:
168168
fail-fast: false
169169
matrix:
170170
php: [ '8.4' ]
171+
db-version: [ '8.4' ]
171172
phpunit-test-groups: [ 'html-api-html5lib-tests' ]
172173

173174
with:
174175
php: ${{ matrix.php }}
176+
db-version: ${{ matrix.db-version }}
175177
phpunit-test-groups: ${{ matrix.phpunit-test-groups }}
176178

177179
slack-notifications:

0 commit comments

Comments
 (0)