From de07690c7e9c3f8f83a41048749172f627d6a74c Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Sat, 13 Aug 2022 15:58:41 +0200 Subject: [PATCH] Test on PHP 8.2 With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4fd7256..4d257be6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.2 - 8.1 - 8.0 - 7.4 @@ -82,6 +83,7 @@ jobs: strategy: matrix: php: + - 8.2 - 8.1 - 8.0 - 7.4