Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba authored Apr 13, 2021
1 parent 17f5cc3 commit d8dffa2
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 @@ -72,8 +72,8 @@ jobs:
run: vendor/bin/phpunit

- name: Run Rector
# Run rector for PHP 7.X but not 8.0, rector is currently blowing up with PHP 8.0
# if: matrix.php != '8.0' && matrix.php != '7.2'
# Run rector for PHP 7.3+ and 8.X, rector is currently blowing up with PHP 7.2
if: matrix.php != '7.2'
run: vendor/bin/rector process src --dry-run

- name: Run Psalm
Expand Down

0 comments on commit d8dffa2

Please sign in to comment.