Skip to content

Commit ab36f53

Browse files
committed
PHP 7.4 min requirement
1 parent af32e48 commit ab36f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Run Rector
7171
# 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'
72+
if: matrix.php == '7.4'
7373
run: vendor/bin/rector process src --dry-run
7474

7575
- name: Run Psalm

0 commit comments

Comments
 (0)