From 7d835878343a71575c27bf6a326cbcff35fed5bc Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:17:51 +0200 Subject: [PATCH] README: minor documentation fix (#1102) Co-authored-by: jrfnl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4563ce05..6ab3ac7c 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ These tools can be set up globally using the `tools` input. It accepts a string - By default, `composer` blocks all its plugins. If you are using the `tools` input to install a composer plugin it will be added to the allowlist, alternatively if your dependencies have composer plugins, you can allow them by setting `COMPOSER_ALLOW_PLUGINS` that accepts a csv string of plugin names. ```yaml -- name: Setup PHP with fail-fast +- name: Setup PHP with allow composer plugins uses: shivammathur/setup-php@v2 with: php-version: '8.5'