From e5690a96599748d6df762df4a8290ed254ca96dd Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 9 Sep 2021 02:27:14 +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 4c161abc..d67aba19 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Setup PHP with required extensions, php.ini configuration, code-coverage support |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 10.15 Catalina|`macos-latest` or `macos-10.15`|`PHP 8.0`| |macOS 11.x Big Sur|`macos-11`|`PHP 8.0`|