diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18aa855..e772e51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,16 +9,12 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.4', '8.0', '8.1', '8.2' ] + php: [ '8.0', '8.1', '8.2' ] laravel: [ '8.*', '9.*', '10.*' ] stability: [ prefer-lowest, prefer-stable ] exclude: - laravel: '8.*' php: '8.2' - - laravel: '9.*' - php: '7.4' - - laravel: '10.*' - php: '7.4' - laravel: '10.*' php: '8.0'