From 9944a8cb6a3c481a7b49e9944393579c991835ed Mon Sep 17 00:00:00 2001 From: Ishan Vyas Date: Sat, 3 Dec 2022 05:09:50 +0530 Subject: [PATCH] Add PHP 8.2 support (#475) --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e286de1..7041bda 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -77,6 +77,7 @@ jobs: php-version: - "8.0" - "8.1" + - "8.2" steps: - name: "Checkout repository" @@ -144,6 +145,7 @@ jobs: php-version: - "8.0" - "8.1" + - "8.2" operating-system: - "ubuntu-latest" - "windows-latest"