From 73a7d56cfcd9589905a686389be9ccd2c1879b9a Mon Sep 17 00:00:00 2001 From: Rashid Ali Date: Sat, 18 May 2024 03:38:14 +0500 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d5d2722..8de1b9b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,15 +9,13 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] - laravel: [11.*, 10.*, 9.*] + php: [8.2, 8.3] + laravel: [11.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] exclude: - php: 8.1 laravel: 11.* include: - - laravel: 9.* - testbench: 7.* - laravel: 10.* testbench: 8.* - laravel: 11.*