We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af32e48 commit ab36f53Copy full SHA for ab36f53
.github/workflows/php.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Run Rector
71
# Run rector for PHP 7.X but not 8.0, rector is currently blowing up with PHP 8.0
72
- #if: matrix.php != '8.0'
+ if: matrix.php == '7.4'
73
run: vendor/bin/rector process src --dry-run
74
75
- name: Run Psalm
0 commit comments