Skip to content

Commit

Permalink
Fix php version to 8.2 for php-cs-fixer job in CI (#20)
Browse files Browse the repository at this point in the history
CS-Fixer doesn't support php 8.3 yet
  • Loading branch information
maelanleborgne authored Nov 24, 2023
1 parent 8040f2c commit 246f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
php-version: 8.2
tools: php-cs-fixer

- name: Run PHP-CS-Fixer
Expand Down

0 comments on commit 246f2be

Please sign in to comment.