mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-18 19:44:42 +07:00
Update docs
As version 2 is the standard right now, make it clear by setting the v1 manually.
This commit is contained in:
@ -278,7 +278,7 @@ These tools can be set up globally using the `tools` input. It accepts a string
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.4'
|
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.
|
- If you do not use composer in your workflow, you can specify `tools: none` to skip it.
|
||||||
|
Reference in New Issue
Block a user