From 886033752378eabdce34ce683ae75ca64ac6cad8 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Fri, 29 Apr 2022 12:10:21 +0200 Subject: [PATCH] [TASK] Build against PHP 8.1 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8535ac5..5fb100a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,8 @@ jobs: matrix: php: - 7.4 - - "8.0" + - '8.0' + - '8.1' steps: - uses: actions/checkout@v3