Skip to content

Commit

Permalink
fix(ci): change PHP version used by PHP CS-Fixer (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikophil authored Dec 21, 2024
1 parent cf3cc8b commit 9948d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
steps:
- uses: zenstruck/.github/actions/php-cs-fixer@main
with:
php: 8
php: 8.1
key: ${{ secrets.GPG_PRIVATE_KEY }}
token: ${{ secrets.COMPOSER_TOKEN }}

Expand Down

0 comments on commit 9948d6a

Please sign in to comment.