Skip to content

Commit bf2c5e7

Browse files
authored
Merge pull request #1172 from mfn/mfn/gha-fixer
gha: run php-cs-fixer with PHP 8.3
2 parents f3dd7a0 + 71a5097 commit bf2c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: shivammathur/setup-php@v2
6464
with:
65-
php-version: 8.2
65+
php-version: 8.3
6666
coverage: none
6767

6868
- name: Get composer cache directory

0 commit comments

Comments
 (0)