Skip to content

Commit

Permalink
Update e2e-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 13, 2024
1 parent c8f8981 commit 0674c80
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -227,15 +227,23 @@ jobs:
../../bin/phpstan analyse --configuration test-no-baseline.neon --generate-baseline test-baseline.neon
../../bin/phpstan analyse --configuration test.neon
- script: |
cd e2e/composer-min-version
cd e2e/composer-max-version
composer install
../../bin/phpstan analyze test.php
- script: |
cd e2e/composer-max-version
cd e2e/composer-min-max-version
composer install
../../bin/phpstan analyze test.php
- script: |
cd e2e/composer-min-max-version
cd e2e/composer-min-open-end-version
composer install
../../bin/phpstan analyze test.php
- script: |
cd e2e/composer-min-version
composer install
../../bin/phpstan analyze test.php
- script: |
cd e2e/composer-version-config
composer install
../../bin/phpstan analyze test.php
Expand Down

0 comments on commit 0674c80

Please sign in to comment.