diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faeeeb9..46b6822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,19 +18,19 @@ jobs: fail-fast: false matrix: php: - - '8.0' - '8.1' + - '8.2' laravel: - - 8.* - 9.* + - 10.* prefer: - 'prefer-lowest' - 'prefer-stable' include: - - laravel: '8.*' - testbench: '6.*' - laravel: '9.*' testbench: '7.*' + - laravel: '10.*' + testbench: '8.*' name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} diff --git a/composer.json b/composer.json index 21db015..5b8f2e5 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,9 @@ } ], "require": { - "illuminate/http": "^8.83|^9.0.1", - "illuminate/routing": "^8.83|^9.0.1", - "illuminate/support": "^8.83|^9.0.1", + "illuminate/http": "^9.35|^10.5", + "illuminate/routing": "^9.35|^10.5", + "illuminate/support": "^9.35|^10.5", "aws/aws-php-sns-message-validator": "^1.6" }, "autoload": { @@ -42,8 +42,7 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.28|^7.0", - "orchestra/testbench-core": "^6.28|^7.0", + "orchestra/testbench": "^7.23|^8.1.1", "phpunit/phpunit": "^9.5.26" }, "config": {