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