Error test for debug support, try to print out the error

Set correct phpunit version too
This commit is contained in:
2026-06-25 15:16:24 +09:00
parent 5e972b7aec
commit e935e0c6d3
2 changed files with 4 additions and 2 deletions
@@ -13,6 +13,7 @@ jobs:
uses: ./.github/workflows/php-static-checks-and-tests.yml
with:
php-version: '8.4,8.5'
phpunit-version: '^9'
composer-directory: './'
source-directory: './src'
disable-phan: ${{ vars.DISABLE_PHAN_CHECK == 'true' || false }}
@@ -26,6 +27,7 @@ jobs:
uses: OmnicomProduction-Japan/Content.github-actions/.github/workflows/php-static-checks-and-tests.yml@v1
with:
php-version: '8.4,8.5'
phpunit-version: '^9'
composer-directory: './'
source-directory: './src'
disable-phan: ${{ vars.DISABLE_PHAN_CHECK == 'true' || false }}