Skip to content

Commit 63c0368

Browse files
committed
Use local phpcs-version
1 parent 21fe526 commit 63c0368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
# Should be the higest supported version, so we can use the newest tools
5252
php-version: '8.5'
53-
tools: composer, composer-require-checker, composer-unused, phpcs
53+
tools: composer, composer-require-checker, composer-unused
5454
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
5555

5656
- name: Setup problem matchers for PHP
@@ -81,7 +81,7 @@ jobs:
8181
run: composer-unused
8282

8383
- name: PHP Code Sniffer
84-
run: phpcs
84+
run: vendor/bin/phpcs
8585

8686
- name: PHPStan
8787
run: |

0 commit comments

Comments
 (0)