Skip to content

Commit 510067e

Browse files
committed
Use local phpcs-version
1 parent a0763f0 commit 510067e

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
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
# Should be the higest supported version, so we can use the newest tools
172172
php-version: '8.5'
173-
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
173+
tools: composer, composer-require-checker, composer-unused, psalm
174174
# optional performance gain for psalm: opcache
175175
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml \
176176
krb5-php/pecl-authentication-krb5@master
@@ -203,7 +203,7 @@ jobs:
203203
run: composer-unused
204204

205205
- name: PHP Code Sniffer
206-
run: phpcs
206+
run: vendor/bin/phpcs
207207

208208
- name: Psalm
209209
continue-on-error: true

0 commit comments

Comments
 (0)