From 01fa211977a417302269b2aac96fdde77966af78 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 15 Nov 2021 17:05:29 +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 a13804b5..cb3a76ec 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