Skip to content

Commit 72007b3

Browse files
committed
chore: update PHP version to 8.5 in php-cs-fixer workflow
1 parent 53b975b commit 72007b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.4
19+
php-version: 8.5
2020
coverage: xdebug
2121
tools: php-cs-fixer, cs2pr
2222
- run: php-cs-fixer fix . --dry-run --rules=@PER-CS --format=checkstyle --no-interaction | cs2pr

0 commit comments

Comments
 (0)