Skip to content

Commit

Permalink
Github action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed May 11, 2024
1 parent 4e155bc commit 8f01f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
# run: vendor/bin/rector process src --dry-run

- name: Run Psalm
# Run psalm for PHP 7.4 & 8.0 but not 7.2 & 7.3, psalm is currently blowing up with PHP 7.2 & 7.3
#if: matrix.php != '7.2' && matrix.php != '7.3'
# Run psalm for PHP 7.X
if: matrix.php != '8.0'
run: vendor/bin/psalm

0 comments on commit 8f01f21

Please sign in to comment.