remove php stan-setup setp
Some checks failed
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m25s
CI / testsuite (mysql, 8.4, ) (push) Successful in 8m14s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 5m25s
CI / Coding Standard & Static Analysis (push) Failing after 2m54s

This commit is contained in:
2026-01-22 22:34:57 -08:00
parent e3b0236bcc
commit 7df87b9eef

View File

@@ -133,11 +133,8 @@ jobs:
composer install --no-progress --prefer-dist --optimize-autoloader
fi
- name: Composer phpstan setup
run: composer stan-setup
- name: Run phpstan
run: vendor/bin/phpstan analyse --error-format=github
- name: Run phpcs
run: composer cs-check
run: composer cs-check