Skip to content

Commit 91cccc4

Browse files
committed
fix php version in github style fixer
1 parent 6143767 commit 91cccc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.1'
19+
php-version: '8.2'
2020

2121
- name: Install dependencies
2222
run: composer update --prefer-dist --no-progress --no-suggest
2323

2424
- name: Run script
25-
run: vendor/bin/phpcs
25+
run: vendor/bin/phpcs

0 commit comments

Comments
 (0)