Skip to content

Commit 6eeb986

Browse files
committed
Use local phpcs-version
1 parent 2d6dc68 commit 6eeb986

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

@@ -195,7 +195,7 @@ jobs:
195195
run: composer-unused
196196

197197
- name: PHP Code Sniffer
198-
run: phpcs
198+
run: vendor/bin/phpcs
199199

200200
- name: Psalm
201201
continue-on-error: true

0 commit comments

Comments
 (0)