From 9c3f91893583b42811dc26bcfc5e83ddb7d1c889 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 31 Aug 2022 14:19:03 +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 2757783..0724232 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