diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 94f2b3a..25da195 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,12 +18,18 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3, 8.2, 8.1] - laravel: [10.*] + laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: + - laravel: 11.* + testbench: 9.* + carbon: ^3.0 - laravel: 10.* testbench: 8.* carbon: ^2.63 + exclude: + - laravel: 11.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 9aa6586..45fb904 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "name": "moneo/laravel-request-forwarder", "description": "Laravel Request Forwarder allows you to forward incoming requests to another addresses.", - "version": "1.0.1", "keywords": [ "moneo", "laravel", @@ -20,13 +19,13 @@ "php": "^8.1", "guzzlehttp/guzzle": "^7.8", "spatie/laravel-package-tools": "^1.14.0", - "illuminate/contracts": "^10.0" + "illuminate/contracts": "^10.0|^11.0" }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.8", + "nunomaduro/collision": "^7.8|^8.0", "larastan/larastan": "^2.0.1", - "orchestra/testbench": "^8.8", + "orchestra/testbench": "^8.8|^9.0", "pestphp/pest": "^2.20", "pestphp/pest-plugin-arch": "^2.5", "pestphp/pest-plugin-laravel": "^2.0",