From 0e61ba3b87864f319e5e2295d6695ff26650cfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Mon, 7 Aug 2023 22:30:21 +0200 Subject: [PATCH] fixed workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8493289..f6c116a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: matrix: php: [ 8.0, 8.1, 8.2 ] contao: [ 4.13.*, 5.1.* ] + exclude: + - php: 8.0 + contao: 5.1.* steps: - name: Setup PHP