Skip to content

Commit b90654a

Browse files
committed
Use local phpcs-version
1 parent e7766b1 commit b90654a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
# Should be the higest supported version, so we can use the newest tools
5555
php-version: '8.4'
56-
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
56+
tools: composer, composer-require-checker, composer-unused, psalm
5757
# optional performance gain for psalm: opcache
5858
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, \
5959
pcre, posix, soap, spl, xml
@@ -86,7 +86,7 @@ jobs:
8686
run: composer-unused
8787

8888
- name: PHP Code Sniffer
89-
run: phpcs
89+
run: vendor/bin/phpcs
9090

9191
- name: Psalm
9292
continue-on-error: true

0 commit comments

Comments
 (0)