From bc9f93a0cd2f20aa7e4a608c204104e811f7022c Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 15 Nov 2021 16:27:39 +0100 Subject: [PATCH] Support PHP 8.1 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf214c8..c64ef6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.1 - 8.0 - 7.4 - 7.3