diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d7c51d..1e0b9a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,10 +13,13 @@ jobs: illuminate_version: [6.*, 8.*] stability: [prefer-lowest, prefer-stable] exclude: - - php: 8.1 - stability: prefer-lowest - php: 8.0 stability: prefer-lowest + - php: 8.1 + include: + - php: 8.1 + illuminate_version: ^8.67 + stability: prefer-stable # Exclude unsupported combination # https://laravel.com/docs/8.x/releases#support-policy diff --git a/composer.json b/composer.json index e9533e5..149f56b 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "illuminate/support": "^6.0 || ^8.0", "illuminate/view": "^6.0 || ^8.0", "vimeo/psalm": "^4.8.1", - "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0", + "orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2" }, "require-dev": {