improve documentation

This commit is contained in:
fortkle 2021-06-10 12:11:47 +09:00
parent e02a1810e6
commit e0b7f34ba7

View File

@ -220,7 +220,7 @@ These tools can be setup globally using the `tools` input. It accepts a string i
- If you do not use composer in your workflow, you can specify `tools: none` to skip it.
```yaml
- name: Setup PHP with composer v2
- name: Setup PHP without composer
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'