mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-05-14 01:21:38 +07:00
Merge pull request #1081 from Pyker/patch-1
Fix composer v2 version in README
This commit is contained in:
@@ -268,7 +268,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.5'
|
php-version: '8.5'
|
||||||
tools: composer:v1
|
tools: composer:v2
|
||||||
```
|
```
|
||||||
|
|
||||||
- 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