From e84efebd6e9c407f056ddd0bbd9fb5a6fd948bf8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 24 Jun 2025 17:39:04 +0300 Subject: [PATCH] Update docs As version 2 is the standard right now, make it clear by setting the v1 manually. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1ff25a..5e60fd88 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ These tools can be set up globally using the `tools` input. It accepts a string uses: shivammathur/setup-php@v2 with: php-version: '8.4' - tools: composer:v2 + tools: composer:v1 ``` - If you do not use composer in your workflow, you can specify `tools: none` to skip it.