From 9d06a3d60bdcd1db4cd0618384141e9f67f41b98 Mon Sep 17 00:00:00 2001 From: askdkc Date: Sat, 19 Oct 2024 02:41:06 +0900 Subject: [PATCH] fix test --- .github/workflows/run-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ef2935b..d33ef77 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest] php: [8.4, 8.3, 8.2, 8.1] - laravel: [11.*, 10.*, 9.*] + laravel: [10.*, 9.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.* @@ -23,13 +23,9 @@ jobs: - laravel: 10.* testbench: 8.* carbon: ^2.63 - - laravel: 11.* - testbench: 9.* exclude: - laravel: 10.* php: 8.0 - - laravel: 11.* - php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}