From 7e7dacceca8559050831a515e9d660e2de315b8a Mon Sep 17 00:00:00 2001 From: Carsten Jonstrup Date: Thu, 14 Mar 2024 23:17:54 +0100 Subject: [PATCH] Update action --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a5c2c48..5c809bc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -19,11 +19,11 @@ jobs: include: - laravel: 10.* testbench: 8.* - carbon: ^2.63 - laravel: 11.* testbench: 9.* - carbon: ^2.63 - + exclude: + - laravel: 11.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: