From 76ff954fc32a7f7f918bf9a67e4e0f61092eea81 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 17 Dec 2024 09:45:13 -0500 Subject: [PATCH] Include DB version to avoid failure from default changes. --- .github/workflows/phpunit-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index d53630b915e04..f912c5079b629 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -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: