diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e535f44..3148e2a 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 02bd957..ff8d59f 100644 --- a/composer.json +++ b/composer.json @@ -16,18 +16,18 @@ } ], "require": { - "php": "^8.0 || ^8.1 || ^8.2", - "illuminate/support": "^9.0" + "php": "^8.1 || ^8.2", + "illuminate/support": "^9.0 || ^10.0" }, "require-dev": { "html2text/html2text": "^4.3", "jeremykendall/php-domain-parser": "^6.0", - "laravel/ui": "^3.0", - "mockery/mockery": "^1.3.3", + "laravel/ui": "^3.0|^4.0", + "mockery/mockery": "^1.4.4", "moneyphp/money": "^3.3", - "nesbot/carbon": "^2.63", - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.4", + "nesbot/carbon": "^2.66", + "orchestra/testbench": "^7.0 || ^8.0", + "phpunit/phpunit": "^9.5", "spatie/laravel-sitemap": "^6.0", "symfony/process": "^6.0" }, @@ -56,4 +56,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file