From 4f420be5bd5a5a57af4f0d81b221a6d7ae2316f7 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 24 Aug 2021 18:53:16 +0530 Subject: [PATCH] Add windows-2022 to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 744a10f5..869111a3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Both `GitHub-hosted` and `self-hosted` runners are suppported by `setup-php` on |Ubuntu 18.04|`ubuntu-18.04`|`PHP 7.1` to `PHP 8.0`| |Ubuntu 20.04|`ubuntu-latest` or `ubuntu-20.04`|`PHP 7.4` to `PHP 8.0`| |Windows Server 2019|`windows-latest` or `windows-2019`|`PHP 8.0`| +|Windows Server 2022|`windows-2022`|`PHP 8.0`| |macOS Catalina 10.15|`macos-latest` or `macos-10.15`|`PHP 8.0`| |macOS Big Sur 11.x|`macos-11`|`PHP 8.0`|