diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 090a896..0bb03f4 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,10 +13,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0, 8.1, 8.2] - laravel: [9.*] + php: [8.1, 8.2] + laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* diff --git a/composer.json b/composer.json index 8df2eb3..7003900 100644 --- a/composer.json +++ b/composer.json @@ -16,16 +16,16 @@ } ], "require": { - "php": "^8.0|^8.1|^8.2", + "php": "^8.1|^8.2", "guzzlehttp/guzzle": "^7.4", - "illuminate/contracts": "^9.0", + "illuminate/contracts": "^9.0|^10.0", "spatie/laravel-package-tools": "^1.9.2", "spatie/temporary-directory": "^2.1" }, "require-dev": { - "nesbot/carbon": "^2.63", + "nesbot/carbon": "^2.66", "nunomaduro/collision": "^6.0", - "orchestra/testbench": "^7.0", + "orchestra/testbench": "^7.0|^8.0", "pestphp/pest": "^1.21", "pestphp/pest-plugin-laravel": "^1.1", "phpunit/phpunit": "^9.5" @@ -54,4 +54,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file