File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test :
11- uses : zenstruck/.github/.github/workflows/php-test-symfony.yml@main
11+ uses : zenstruck/.github/.github/workflows/php-test-symfony.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
1212
1313 code-coverage :
14- uses : zenstruck/.github/.github/workflows/php-coverage-codecov.yml@main
14+ uses : zenstruck/.github/.github/workflows/php-coverage-codecov.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
1515
1616 composer-validate :
17- uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@main
17+ uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
1818
1919 sca :
20- uses : zenstruck/.github/.github/workflows/php-stan.yml@main
20+ uses : zenstruck/.github/.github/workflows/php-stan.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
2121
2222 fixcs :
2323 name : Run php-cs-fixer
2727 steps :
2828 - uses : zenstruck/.github/actions/php-cs-fixer@main
2929 with :
30+ php : 8.4
3031 key : ${{ secrets.GPG_PRIVATE_KEY }}
3132 token : ${{ secrets.COMPOSER_TOKEN }}
3233
You can’t perform that action at this time.
0 commit comments