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 8
8
9
9
jobs :
10
10
test :
11
- uses : zenstruck/.github/.github/workflows/php-test-symfony.yml@main
11
+ uses : zenstruck/.github/.github/workflows/php-test-symfony.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
12
12
13
13
code-coverage :
14
- uses : zenstruck/.github/.github/workflows/php-coverage-codecov.yml@main
14
+ uses : zenstruck/.github/.github/workflows/php-coverage-codecov.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
15
15
16
16
composer-validate :
17
- uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@main
17
+ uses : zenstruck/.github/.github/workflows/php-composer-validate.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
18
18
19
19
sca :
20
- uses : zenstruck/.github/.github/workflows/php-stan.yml@main
20
+ uses : zenstruck/.github/.github/workflows/php-stan.yml@e81ebc78b8168ede7dc7972e8b4fff01e18063d0
21
21
22
22
fixcs :
23
23
name : Run php-cs-fixer
27
27
steps :
28
28
- uses : zenstruck/.github/actions/php-cs-fixer@main
29
29
with :
30
+ php : 8.4
30
31
key : ${{ secrets.GPG_PRIVATE_KEY }}
31
32
token : ${{ secrets.COMPOSER_TOKEN }}
32
33
You can’t perform that action at this time.
0 commit comments