From de224699549b12f0afa0423301bb0621038b6d34 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 31 Jul 2022 18:04:27 +0100 Subject: [PATCH] Revert php81, incompatible with our version of phpunit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22385b6..6e87544 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"] + php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"] steps: - name: Checkout