Skip to content

Commit a97e6c1

Browse files
committed
Try to fix ci usage
1 parent 38d9a39 commit a97e6c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ on:
88

99
jobs:
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
@@ -27,6 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)