Skip to content

Commit 0d6d8c5

Browse files
committed
Use local phpcs
1 parent f0fc2b8 commit 0d6d8c5

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
@@ -166,7 +166,7 @@ jobs:
166166
with:
167167
# Should be the higest supported version, so we can use the newest tools
168168
php-version: '8.5'
169-
tools: composer, composer-require-checker, composer-unused, phpcs, phpstan
169+
tools: composer, composer-require-checker, composer-unused
170170
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\
171171
session, sodium, spl, xml
172172

@@ -198,7 +198,7 @@ jobs:
198198
run: composer-unused
199199

200200
- name: PHP Code Sniffer
201-
run: phpcs
201+
run: vendor/bin/phpcs
202202

203203
- name: PHPStan
204204
run: |

0 commit comments

Comments
 (0)