From d4dec64111b7d1de84faf3489d97b401a0600be1 Mon Sep 17 00:00:00 2001 From: Stefan Leenen Date: Thu, 7 Jul 2022 10:29:16 +0200 Subject: [PATCH] see if tests also work with php 8.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e2abe1..ffc3613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - php: [ 7.2, 7.3, 7.4, 8.0 ] + php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ] name: PHP - ${{ matrix.php }} steps: - name: Checkout code