Update docs

As version 2 is the standard right now, make it clear by setting the v1 manually.
This commit is contained in:
Oskar Stark 2025-06-24 17:39:04 +03:00 committed by GitHub
parent 0f7f1d08e3
commit e84efebd6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.