From 02984462b03ef1fcda251f8c388080ca912b0981 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Mon, 15 Nov 2021 15:45:27 +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 a96e911e..0b1b36b4 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