diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4acf878..20a7e2d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,15 +9,21 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.0, 7.4] - laravel: [9.*, 8.*] + php: [8.2, 8.1, 8.0, 7.4] + laravel: [10.*, 9.*, 8.*] stability: [prefer-stable] include: + - laravel: 10.* + testbench: 8.* - laravel: 9.* testbench: 7.* - laravel: 8.* testbench: 6.* exclude: + - laravel: 10.* + php: 7.4 + - laravel: 10.* + php: 8.0 - laravel: 9.* php: 7.4 diff --git a/composer.json b/composer.json index 130017d..d085ac5 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "php": "^7.4 || ^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^7.2", - "illuminate/http": "^8.0 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", + "illuminate/http": "^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0", "spatie/laravel-package-tools": "^1.1" }, "require-dev": {