From f1774df42705ef88d9e5fcbfc2879111891d3ca6 Mon Sep 17 00:00:00 2001 From: Samuel Nitsche Date: Sat, 4 Feb 2023 14:47:53 +0100 Subject: [PATCH] Update workflows --- .github/workflows/tests.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d8211d..744c5d0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,8 +13,8 @@ jobs: phpunit: strategy: matrix: - php: [ 8.1, 8.0, 7.4, 7.3, 7.2 ] - laravel: [ 10.*, 9.*, 8.*, 7.*, 6.* ] + php: [ 8.1, 8.0, 7.4, 7.3 ] + laravel: [ 10.*, 9.*, 8.* ] os: [ ubuntu-latest, windows-latest ] # Unsupported combinations @@ -38,16 +38,6 @@ jobs: - laravel: 8.* php: 7.2 - - laravel: 7.* - php: 8.1 - - laravel: 7.* - php: 8.0 - - - laravel: 6.* - php: 8.1 - - laravel: 6.* - php: 8.0 - # Continue running through matrix even if one combination fails fail-fast: false