diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b37a7e2..1772bc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,16 +7,14 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [8.0, 7.4, 7.3] - laravel: [8.*, 7.*, 6.*] + php: [8.1, 8.0] + laravel: [9.*, 8.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 9.* + testbench: 7.* - laravel: 8.* testbench: 6.* - - laravel: 7.* - testbench: 5.* - - laravel: 6.* - testbench: 4.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index d7cb2ed..c803adb 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^7.3 || ^8.0", - "illuminate/support": "^6.0|^7.0|^8.0" + "php": "^8.0", + "illuminate/support": "^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^4.0 || ^5.0 || ^6.0", - "phpunit/phpunit": "^8.0 || ^9.0" + "orchestra/testbench": "^6.0 || ^7.0", + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": {