Skip to content

Commit 186b002

Browse files
committed
ci: change wrong php-version
Change php-version for code-style job. #10
1 parent 69bc46c commit 186b002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 'Setup PHP'
2222
uses: 'shivammathur/setup-php@v2'
2323
with:
24-
php-version: '8.1'
24+
php-version: '7.4'
2525
coverage: 'none'
2626
tools: 'composer:v2, composer-normalize'
2727

0 commit comments

Comments
 (0)