Skip to content

Commit e9b5c5b

Browse files
committed
Use local phpcs-version
1 parent 48b1599 commit e9b5c5b

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
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
# Should be the higest supported version, so we can use the newest tools
164164
php-version: '8.5'
165-
tools: composer, composer-require-checker, composer-unused, phpcs
165+
tools: composer, composer-require-checker, composer-unused
166166
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
167167

168168
- name: Setup problem matchers for PHP
@@ -193,7 +193,7 @@ jobs:
193193
run: composer-unused
194194

195195
- name: PHP Code Sniffer
196-
run: phpcs
196+
run: vendor/bin/phpcs
197197

198198
- name: PHPStan
199199
run: |

0 commit comments

Comments
 (0)