From ea8e5ad820385f85434db48f6c4b76f3d448d791 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Tue, 18 May 2021 11:15:04 +0200 Subject: [PATCH] Ignore non-php8 compatible Laravel versions for tests --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8897646..0e29b9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,11 @@ jobs: testbench: '5.*' - laravel: '8.*' testbench: '6.*' + exclude: + - php: '8.0' + laravel: 6.* + - php: '8.0' + laravel: 7.* name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}