Merge pull request #966 from OskarStark/patch-1

⚙ Improvement: Update docs
This commit is contained in:
Shivam Mathur 2025-06-24 20:41:11 +05:30 committed by GitHub
commit 29247235f0
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.