Skip to content

Commit 88d6fdc

Browse files
committed
Add ./vendor/bin/phpunit --check-php-configuration to CI
1 parent 2f33a2f commit 88d6fdc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ jobs:
128128
- if: matrix.install-phpunit-12
129129
run: composer apply-php_unit_attributes
130130

131+
- run: ./vendor/bin/phpunit --check-php-configuration
132+
131133
- run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }}
132134
env:
133135
FAST_LINT_TEST_CASES: ${{ matrix.FAST_LINT_TEST_CASES }}

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"@composer --working-dir=.dev-tools --quiet install --classmap-authoritative"
5858
],
5959
"test": [
60+
"phpunit --check-php-configuration",
6061
"phpunit"
6162
],
6263
"verify": [

0 commit comments

Comments
 (0)