From 17c1b24a9b3ec2883d7070b582cbdd6cef9c2a3c Mon Sep 17 00:00:00 2001 From: Illia Sakovich Date: Tue, 22 Feb 2022 18:31:03 +0400 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ff7ea86..c247891 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,13 +9,11 @@ jobs: strategy: matrix: php: [8.1, 8.0] - laravel: [9.*, 8.*] + laravel: [9.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 9.* testbench: 7.* - - laravel: 8.* - testbench: 6.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}