Skip to content

Commit 246f2be

Browse files
Fix php version to 8.2 for php-cs-fixer job in CI (#20)
CS-Fixer doesn't support php 8.3 yet
1 parent 8040f2c commit 246f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Setup PHP
5656
uses: shivammathur/setup-php@v2
5757
with:
58-
php-version: ${{ matrix.php }}
58+
php-version: 8.2
5959
tools: php-cs-fixer
6060

6161
- name: Run PHP-CS-Fixer

0 commit comments

Comments
 (0)