From 2ba7e503b5f1ea4a1f8da164fbd0c3781d9fc684 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Sun, 2 Mar 2025 05:16:39 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82e985c..0e0d27f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.4, 8.3, 8.2] - laravel: ['10.*', '11.*', '12.*'] + laravel: ['11.*', '12.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* @@ -22,9 +22,6 @@ jobs: - laravel: 11.* testbench: 9.* carbon: ^3.8.4 - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}