From f762772ead86efba2d26aca93ddaf3970209712b Mon Sep 17 00:00:00 2001 From: mtvbrianking Date: Mon, 15 Apr 2024 22:45:03 +0300 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b4235d8..b4ab42c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,20 +16,18 @@ jobs: strategy: fail-fast: true matrix: - # php: [8.1, 8.2, 8.3] php: [8.1, 8.2, 8.3] - # laravel: [^10.0, ^11.1] - laravel: [^10.0] + laravel: [^10.0, ^11.1] include: # - laravel: ^11.1 # testbench: ^9.0 - laravel: ^10.0 testbench: ^8.0 - # exclude: - # - laravel: ^11.1 - # php: 8.1 + exclude: + - laravel: ^11.1 + php: 8.1 - name: TESTS PHP ${{ matrix.php }} LARAVEL ${{ matrix.laravel }} TESTBENCH ${{ matrix.testbench }} + name: P ${{ matrix.php }} L ${{ matrix.laravel }} T ${{ matrix.testbench }} steps: - name: Checkout @@ -82,7 +80,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.4, 8.2] + php: [8.2] name: Coverage P${{ matrix.php }}