From 9903e0727204af671eb5a73057ded7df28053099 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Fri, 2 Sep 2022 13:39:45 +0200 Subject: [PATCH] Test on PHP 8.2 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45ef1af..97e71d7 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