diff --git a/.github/workflows/tests-php8.yml b/.github/workflows/tests-php8.yml index 4d6914b..fd68ee4 100644 --- a/.github/workflows/tests-php8.yml +++ b/.github/workflows/tests-php8.yml @@ -12,8 +12,10 @@ jobs: fail-fast: true matrix: php: [8.1, 8.0] - laravel: [^8.0, '^7.0', ^6.0] + laravel: [^9.0, ^8.0, '^7.0', ^6.0] include: + - laravel: ^9.0 + testbench: ^7.0 - laravel: ^8.0 testbench: ^6.0 - laravel: ^7.0 diff --git a/composer.json b/composer.json index 74568db..9e8a9ef 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "require": { "php": "^7.1|^8.0", "guzzlehttp/guzzle": "^6.0|^7.0", - "illuminate/console": "^5.5|^6.0|^7.0|^8.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0" + "illuminate/console": "^5.5|^6.0|^7.0|^8.0|^9.0", + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "mockery/mockery": "^0.9|^1.0",