From ed9b9ef62418300a3b198a5ea39cdc2b11fc5850 Mon Sep 17 00:00:00 2001 From: DonCallisto Date: Mon, 11 Oct 2021 19:21:16 +0200 Subject: [PATCH] Add PHP 8.1 to GitHub actions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef285e9c..faf72ebf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: - '7.3' - '7.4' - '8.0' + - '8.1' name: PHP ${{ matrix.php }} ${{ matrix.description }} steps: