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