From 17d5d36a534895bde410dec19059438af5a095d9 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 20 Mar 2024 17:50:06 -0500 Subject: [PATCH] Stop testing super old stuff --- .github/workflows/tests.yml | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b59be0..cdf9b3b 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,14 +14,11 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ] - laravel: [ 8.*, 9.*, 10.*, 11.* ] + php: [ 8.1, 8.2, 8.3 ] + laravel: [ 9.*, 10.*, 11.* ] guzzle: [ 6.*, 7.* ] dependency-version: [ prefer-lowest, prefer-stable ] include: - - laravel: 8.* - testbench: 6.* - - laravel: 9.* testbench: 7.* @@ -32,42 +29,20 @@ jobs: testbench: 9.* exclude: - # PHP 8.1 requires Laravel 8.65, so skip lowest - - laravel: 8.* - php: 8.1 - dependency-version: prefer-lowest - - - laravel: 9.* - php: 7.4 - # Laravel 9 requires Guzzle ^7.2 - laravel: 9.* guzzle: 6.* - # Only test PHP 8.2 with Laravel 9 - - laravel: 8.* - php: 8.2 - # PHP 8.2 requires Laravel 9.33 at least, so skip lowest - laravel: 9.* php: 8.2 dependency-version: prefer-lowest - # Laravel 10 requires PHP 8.1 - - laravel: 10.* - php: 7.4 - - laravel: 10.* - php: 8.0 - # Laravel 10 requires Guzzle ^7.2 - laravel: 10.* guzzle: 6.* # Laravel 11 requires PHP 8.2 - - laravel: 11.* - php: 7.4 - - laravel: 11.* - php: 8.0 - laravel: 11.* php: 8.1