mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Update README to add more info about OS support
This commit is contained in:
parent
9616296853
commit
738fa3dfee
18
README.md
18
README.md
@ -15,19 +15,25 @@
|
|||||||
- 7.3
|
- 7.3
|
||||||
|
|
||||||
## OS Support
|
## OS Support
|
||||||
- Linux `ubuntu-latest`
|
|
||||||
- Windows `windows-latest`
|
|Virtual environment|matrix.operating-system|
|
||||||
- MacOS `macOS-latest`
|
|--- |--- |
|
||||||
|
|Windows Server 2019|`windows-latest` or `windows-2019`|
|
||||||
|
|Windows Server 2016 R2|`windows-2016`|
|
||||||
|
|Ubuntu 18.04|`ubuntu-latest` or `ubuntu-18.04`|
|
||||||
|
|Ubuntu 16.04|`ubuntu-16.04`|
|
||||||
|
|macOS X Mojave 10.14|`macOS-latest` or `macOS-10.14`|
|
||||||
|
|
||||||
|
|
||||||
## PHP Extension Support
|
## PHP Extension Support
|
||||||
- On linux extensions which have the package in apt are installed.
|
- On `ubuntu` extensions which have the package in apt are installed.
|
||||||
- On Windows and MacOS pecl extensions are installed.
|
- On `windows` and `macOS` PECL extensions are installed.
|
||||||
- Extensions which are installed along with PHP if specified are enabled.
|
- Extensions which are installed along with PHP if specified are enabled.
|
||||||
- Extensions which cannot be installed gracefully leave an error message in the logs, the action is not interruped.
|
- Extensions which cannot be installed gracefully leave an error message in the logs, the action is not interruped.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See [action.yml](action.yml)
|
See [action.yml](action.yml) for inputs this action supports.
|
||||||
|
|
||||||
### Basic
|
### Basic
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user