From 738fa3dfeee9f9003f384c49cbea28bbbb49f77d Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 9 Sep 2019 00:58:00 +0530 Subject: [PATCH] Update README to add more info about OS support --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 261a9735..bc11213f 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,25 @@ - 7.3 ## OS Support -- Linux `ubuntu-latest` -- Windows `windows-latest` -- MacOS `macOS-latest` + +|Virtual environment|matrix.operating-system| +|--- |--- | +|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 -- On linux extensions which have the package in apt are installed. -- On Windows and MacOS pecl extensions are installed. +- On `ubuntu` extensions which have the package in apt are installed. +- On `windows` and `macOS` PECL extensions are installed. - 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. ## Usage -See [action.yml](action.yml) +See [action.yml](action.yml) for inputs this action supports. ### Basic