Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed May 4, 2022
1 parent 451d765 commit 2af29ae
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/other-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@ jobs:
cd e2e/rector-autoload
composer install
../../phpstan
- |
cd e2e/undiscoverable-symbols-1
composer install
../../phpstan
include:
- php-version: 8.0
ini-values: memory_limit=256M
Expand Down Expand Up @@ -217,6 +213,13 @@ jobs:
cd e2e/symfony-event
composer install --ignore-platform-reqs
../../phpstan analyse -l 2 src
- php-version: 8.1
ini-values: memory_limit=256M
operating-system: ubuntu-latest
script: |
cd e2e/undiscoverable-symbols-1
composer install
../../phpstan analyse
- php-version: 8.1
ini-values: memory_limit=256M
operating-system: ubuntu-latest
Expand Down

0 comments on commit 2af29ae

Please sign in to comment.