Skip to content

Commit d8c736f

Browse files
committed
Use local phpcs-version
1 parent 6b7685e commit d8c736f

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
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
# Should be the higest supported version, so we can use the newest tools
167167
php-version: '8.5'
168-
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
168+
tools: composer, composer-require-checker, composer-unused, psalm
169169
# optional performance gain for psalm: opcache
170170
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, opcache, openssl, pcre, spl, xml
171171

@@ -197,7 +197,7 @@ jobs:
197197
run: composer-unused
198198

199199
- name: PHP Code Sniffer
200-
run: phpcs
200+
run: vendor/bin/phpcs
201201

202202
- name: Psalm
203203
continue-on-error: true

0 commit comments

Comments
 (0)