File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
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
@@ -211,5 +220,8 @@ jobs:
211220 ini-file : development
212221 ini-values : memory_limit=2G
213222
223+ - name : " Check PHP configuration"
224+ run : " vendor/bin/phpunit --check-php-configuration"
225+
214226 - name : " Tests"
215227 run : " make tests"
You can’t perform that action at this time.
0 commit comments