diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9332153..b4be8a0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -8,10 +8,12 @@ jobs: strategy: fail-fast: true matrix: - php: [8.2, 8.1, 8.0] - laravel: [9.*] + php: [8.2, 8.1] + laravel: [10.*, 9.*] dependency-version: [prefer-lowest, prefer-stable] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* diff --git a/composer.json b/composer.json index 34a6132..c36ed2f 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ } ], "require": { - "php": "^8.0 || ^8.1 || ^8.2", - "illuminate/mail": "^9.0", - "illuminate/view": "^9.0" + "php": "^8.1 || ^8.2", + "illuminate/mail": "^9.0 || ^10.0", + "illuminate/view": "^9.0 || ^10.0" }, "require-dev": { - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.4" + "orchestra/testbench": "^7.0 || ^8.0", + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": {