From 6b98c1abd5e5e2263a225ddae7e7b6f073aa200c Mon Sep 17 00:00:00 2001 From: Jared Cannon <60587282+jared-cannon@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:48:33 -0600 Subject: [PATCH] Update run-tests.yml Remove Laravel 10 matrix --- .github/workflows/run-tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ca5829b..27b8db6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,15 +18,12 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.4, 8.3] - laravel: [11.*, 10.*] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 11.* testbench: 9.* carbon: ^2.63 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}