Skip to content

Commit 34b2f66

Browse files
committed
set minimum php for rector to 7.2
1 parent e19c402 commit 34b2f66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
branch: master
3333

3434
- name: Run Rector
35+
env:
36+
RECTOR_MIN_PHP: 7.2
3537
run: rector process --config _test/rector.php --no-diffs ${{ steps.dokuwiki-env.outputs.dir }}
3638

3739
- name: Run PHP CodeSniffer AutoFixing

0 commit comments

Comments
 (0)