Fix typo in available options
`extension` should actually be `extensions`.
This commit is contained in:
parent
cfa7bc51cd
commit
50344f4883
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ with:
|
||||||
Inputs supported by this GitHub Action.
|
Inputs supported by this GitHub Action.
|
||||||
|
|
||||||
- php-version `required`
|
- php-version `required`
|
||||||
- extension `optional`
|
- extensions `optional`
|
||||||
- ini-values `optional`
|
- ini-values `optional`
|
||||||
- coverage `optional`
|
- coverage `optional`
|
||||||
- pecl `optional`
|
- pecl `optional`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue