From f29cd24dbfa30ee40ec5ae416777fbb965642bf6 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 9 Apr 2022 19:53:36 +0530 Subject: [PATCH] Update README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b20bd13..706c2af7 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,12 @@ Setup PHP with required extensions, php.ini configuration, code-coverage support | Virtual environment | YAML workflow label | Pre-installed PHP | |----------------------|------------------------------------|------------------------| | Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` | `PHP 7.4` to `PHP 8.1` | -| Ubuntu 18.04 | `ubuntu-18.04` | `PHP 7.1` to `PHP 8.1` | +| Ubuntu 18.04 | `ubuntu-18.04` | `PHP 7.2` to `PHP 8.1` | | Windows Server 2022 | `windows-latest` or `windows-2022` | `PHP 8.1` | | Windows Server 2019 | `windows-2019` | `PHP 8.1` | -| macOS 11.x Big Sur | `macos-11` | `PHP 8.1` | -| macOS 10.15 Catalina | `macos-latest` or `macos-10.15` | `PHP 8.1` | +| macOS Monterey 12.x | `macos-12` | `PHP 8.1` | +| macOS Big Sur 11.x | `macos-latest` or `macos-11` | `PHP 8.1` | +| macOS Catalina 10.15 | `macos-10.15` | `PHP 8.1` | ## :heavy_plus_sign: PHP Extension Support - On `ubuntu` by default extensions which are available as a package can be installed. If the extension is not available as a package but it is on `PECL`, it can be installed by specifying `pecl` in the tools input. @@ -415,6 +416,13 @@ These companies generously provide setup-php their products and services to aid Tidelift +           + + Scaleway + + + Scaleway +

## :bookmark: Dependencies