From bc2cc0a0b5b517fdc5bba8671013dd71081f70a8 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Fri, 27 Oct 2023 16:01:19 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe3054d..b38fe95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,17 +10,12 @@ jobs: strategy: fail-fast: false matrix: - php: [ 8.2, 8.1, 8.0 ] - laravel: [ 10.*, 9.* ] + php: [ 8.2, 8.1 ] + laravel: [ 10.* ] dependency-version: [ prefer-stable ] include: - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* - exclude: - - php: 8.0 - laravel: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} steps: - uses: actions/checkout@v2