Skip to content

Commit

Permalink
Merge pull request #424 from loic425/psalm
Browse files Browse the repository at this point in the history
Enable Psalm on 8.1
  • Loading branch information
loic425 committed Apr 26, 2022
2 parents 479c145 + 651363e commit cb91341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
-
name: Run Psalm
run: vendor/bin/psalm --show-info=false --php-version=${{ matrix.php }}
if: matrix.php != '8.1' && steps.end-of-setup.outcome == 'success'
if: always() && steps.end-of-setup.outcome == 'success'

-
name: Run PHPStan
Expand Down

0 comments on commit cb91341

Please sign in to comment.