From 025dcb83b61717b69c9a59eb462f9f3a57afeea2 Mon Sep 17 00:00:00 2001 From: Bastien Philippe Date: Fri, 20 Dec 2024 14:57:54 +0100 Subject: [PATCH] Exclude carbon 2 with php 8.4 --- .github/workflows/run-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 962dea6..023619b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -23,6 +23,9 @@ jobs: exclude: - php: 8.4 stability: prefer-lowest + - php: 8.4 + carbon: ^2.0 + name: P${{ matrix.php }} - L${{ matrix.laravel }} - C${{ matrix.carbon }} - ${{ matrix.stability }} - ${{ matrix.os }}