diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d34738d..389fae6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,12 +10,9 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0, 8.1, 8.2] + php: [8.1, 8.2] laravel: [9.*, 10.*] dependency-version: [prefer-lowest, prefer-stable] - exclude: - - php: 8.0 - laravel: 10.* include: - laravel: 9.* testbench: 7.* diff --git a/composer.json b/composer.json index 5a0fa17..80e3b38 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "exolnet/laravel-html-list": "^2.0.0", "illuminate/support": "^9.0|^10.0" },