From 3f2020b0d1beb7be482615cb99b78348444c6b55 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 21 Feb 2022 16:49:43 +0100 Subject: [PATCH] Do not test against PHP 8.0. The toolchain is not ready for it :-( --- .github/workflows/diagnostics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index 2bde159..bf92fed 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [7.3, 7.4, 8.0, 8.1, 8.2] + php: [7.3, 7.4] contao: [~4.9.0, ~4.13.0] steps: