Skip to content

Commit 5d879c8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ jobs:
306306
../../bin/phpstan analyze test.php --level=0
307307
- script: |
308308
cd e2e/composer-min-version-v5
309-
composer install
309+
composer install --ignore-platform-reqs
310310
../../bin/phpstan analyze test.php --level=0
311311
- script: |
312312
cd e2e/composer-min-version-v7
313-
composer install
313+
composer install --ignore-platform-reqs
314314
../../bin/phpstan analyze test.php --level=0
315315
- script: |
316316
cd e2e/composer-min-version

0 commit comments

Comments
 (0)