From d6162104aa05afa9310c8d61c64b0f5b61c60f27 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 15 Nov 2021 16:17:14 +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