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 @@ -304,10 +304,22 @@ jobs:
304304 cd e2e/composer-min-open-end-version
305305 composer install
306306 ../../bin/phpstan analyze test.php --level=0
307+ - script : |
308+ cd e2e/composer-min-version-v5
309+ composer install
310+ ../../bin/phpstan analyze test.php --level=0
311+ - script : |
312+ cd e2e/composer-min-version-v7
313+ composer install
314+ ../../bin/phpstan analyze test.php --level=0
307315 - script : |
308316 cd e2e/composer-min-version
309317 composer install
310318 ../../bin/phpstan analyze test.php --level=0
319+ - script : |
320+ cd e2e/composer-no-versions
321+ composer install
322+ ../../bin/phpstan analyze test.php --level=0
311323 - script : |
312324 cd e2e/composer-version-config
313325 composer install
You can’t perform that action at this time.
0 commit comments