From f189549d2d422dd385ca1c80349d3903a7ebe0c0 Mon Sep 17 00:00:00 2001 From: Willem Wollebrants Date: Wed, 7 Jul 2021 11:55:52 +0200 Subject: [PATCH] make tests compatible with phpunit for php8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b1c329e..93e07ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - '7.3' - '7.4' - '8.0' - - '8.1' + # - '8.1' steps: - name: Checkout uses: actions/checkout@v2