From 97f47f363428f0264f59076cc7d1467f365980b7 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Sun, 2 Mar 2025 05:08:51 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e9a42d..868d982 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.4, 8.3, 8.2, 8.1, 8.0] - laravel: ['9.*', '10.*', '11.*', '12.*'] + php: [8.4, 8.3, 8.2] + laravel: ['10.*', '11.*', '12.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 12.* @@ -31,17 +31,6 @@ jobs: - laravel: 9.* testbench: 7.* carbon: ^2.63 - exclude: - - laravel: 10.* - php: 8.0 - - laravel: 11.* - php: 8.1 - - laravel: 11.* - php: 8.0 - - laravel: 12.* - php: 8.1 - - laravel: 12.* - php: 8.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}