diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 971ca7b..76cf4e0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.1, 8.0] - laravel: [10.*, 9.*, 8.*] + laravel: [10.*, 9.*] stability: [prefer-stable] exclude: - laravel: 10.* @@ -24,8 +24,6 @@ jobs: testbench: 8.* - laravel: 9.* testbench: 7.* - - laravel: 8.* - testbench: ^6.23 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 7e58587..a1c22a7 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.0||^8.1", "carbon-cli/carbon-cli": "^1.2", "guzzlehttp/guzzle": "^7.5", "illuminate/contracts": "^9.0||^10.0",