diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e309df..7e8f3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - laravel: [9, 10] + laravel: [10, 11] steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 42e5035..74840b9 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,14 @@ }, "require": { "php": "^8.1", - "illuminate/support": "^9.0|^10.0", + "illuminate/support": "^10.0|^11.0", "archtechx/helpers": "^0.3.1" }, "require-dev": { - "orchestra/testbench": "^7.19|^8.0", - "pestphp/pest": "^1.10|^2.0", + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.0", "phpstan/phpstan": "^1.9.8", - "pestphp/pest-plugin-laravel": "^1.1|^2.0", + "pestphp/pest-plugin-laravel": "^2.0", "nunomaduro/larastan": "^2.4" }, "extra": {