File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11name : RectoPHP
2- on : [push, pull_request]
2+ on : [ push, pull_request ]
33jobs :
44 rector :
55 strategy :
66 matrix :
7- php : [8.2]
7+ php : [ 8.2 ]
88 fail-fast : false
99
1010 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- -
17- uses : shivammathur/setup-php@v2
16+ - uses : shivammathur/setup-php@v2
1817 with :
1918 # PHP 8.2 is required, so Rector's code is PHP 8.2 compatible even after refactoring
2019 php-version : 8.2
2322 - run : composer install --no-progress --ansi --ignore-platform-reqs
2423 - run : ./vendor/bin/rector process --ansi
2524
26- -
27- uses : stefanzweifel/git-auto-commit-action@v5
25+ - uses : stefanzweifel/git-auto-commit-action@v5
2826 with :
2927 commit_message : " fix(rector): [ci-review] rectify :bug:"
3028 commit_author : ' GitHub Action <actions@github.com>'
You can’t perform that action at this time.
0 commit comments