From 7a9bf9ecf6742465de4f9084f25bb279872bf8e7 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 7 Apr 2022 07:49:28 +0530 Subject: [PATCH] Update the GitHub Hosted Runners Add support for macos-12 Update Pre-installed PHP versions in ubuntu-18.04 --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b1257d13..9de10eaa1 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,15 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t ### GitHub-Hosted Runners -| 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` | -| Windows Server 2022 | `windows-latest` or `windows-2022` | `PHP 8.1` | -| Windows Server 2019 | `windows-2019` | `PHP 8.1` | -| macOS Big Sur 11.x | `macos-11` | `PHP 8.1` | -| macOS Catalina 10.15 | `macos-latest` or `macos-10.15` | `PHP 8.1` | +| 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.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 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` | ### Self-Hosted Runners