From cff1bca5d509a700f13ae14c4926b645b0ea8fac Mon Sep 17 00:00:00 2001 From: Fabian Meyer Date: Sat, 1 Oct 2022 02:34:18 +0200 Subject: [PATCH] Use newer PHP version in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff52770..18fe8bf 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