ci: allow pest composer plugin
Some checks failed
CI / PHP 8.3 (push) Failing after 1m17s
CI / PHP 8.4 (push) Failing after 1m23s

This commit is contained in:
Claude 2026-02-23 06:44:26 +00:00
parent 86e5de62a1
commit 4b3ea4ee2c

View file

@ -46,6 +46,11 @@ jobs:
composer config repositories.mcp path ../php-mcp --no-interaction
composer config --unset repositories.0 --no-interaction 2>/dev/null || true
- name: Allow composer plugins
run: |
composer config allow-plugins.pestphp/pest-plugin true --no-interaction
composer config allow-plugins.php-http/discovery true --no-interaction 2>/dev/null || true
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress