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 6877f88 commit f3932fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
- name: Run PHPUnit Test Suite
run: vendor/bin/phpunit

- name: Run Rector
# 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 Rector
# # 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
# 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
Expand Down

0 comments on commit f3932fb

Please sign in to comment.