From f821e5c500e21ef8649324ff83de08f0cfa36459 Mon Sep 17 00:00:00 2001 From: Fabian Meyer Date: Sat, 1 Oct 2022 01:31:55 +0200 Subject: [PATCH] Use newer PHP version in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a4b14..276944d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: strategy: matrix: php: + - 8.2 + - 8.1 - 8.0 - 7.4 - 7.3