From fe6dcd3cc2a1a3f40369b67c0c2cb6fad0c1ed82 Mon Sep 17 00:00:00 2001 From: Marco Germani Date: Sat, 20 Apr 2024 16:49:25 +0200 Subject: [PATCH] Update run-tests.yml Exclude test for Laravel 11.x on PHP 8.1 environment --- .github/workflows/run-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6efd90c..0913b33 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -25,6 +25,13 @@ jobs: testbench: 9.* carbon: ^3 filament: ^3 + exclude: + - os: ubuntu-latest + php: 8.1 + laravel: 11.* + - os: windows-latest + php: 8.1 + laravel: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}