Skip to content

Commit 7860f70

Browse files
committed
Check PHP configuration
1 parent bab0af7 commit 7860f70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454

5555
- uses: "ramsey/composer-install@v3"
5656

57+
- name: "Check PHP configuration"
58+
run: "vendor/bin/phpunit --check-php-configuration"
59+
5760
- name: "Tests"
5861
run: "make tests"
5962

@@ -83,6 +86,9 @@ jobs:
8386

8487
- uses: "ramsey/composer-install@v3"
8588

89+
- name: "Check PHP configuration"
90+
run: "vendor/bin/phpunit --check-php-configuration"
91+
8692
- name: "Tests"
8793
run: "make tests-integration"
8894

@@ -141,6 +147,9 @@ jobs:
141147

142148
- uses: "ramsey/composer-install@v3"
143149

150+
- name: "Check PHP configuration"
151+
run: "vendor/bin/phpunit --check-php-configuration"
152+
144153
- name: "Tests"
145154
run: "${{ matrix.script }}"
146155

0 commit comments

Comments
 (0)