Skip to content

Commit 01796cf

Browse files
committed
Update e2e-tests.yml
1 parent e7a1592 commit 01796cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)