diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5f3ccb0..d87864f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,12 +13,12 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2] - laravel: [10.*] + php: [8.2, 8.3] + laravel: [11.*] stability: [prefer-stable] include: - - laravel: 10.* - testbench: 8.* + - laravel: 11.* + testbench: 9.* carbon: ^2.63 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 7e52e69..d9125d2 100644 --- a/composer.json +++ b/composer.json @@ -16,20 +16,20 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "guzzlehttp/guzzle": "^7.0", - "illuminate/contracts": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "laravel/pint": "^1.9", "lasselehtinen/laravel-conventions-checker": "^5.0", - "nunomaduro/collision": "^7.0", - "orchestra/testbench": "^8.0", + "nunomaduro/collision": "^8.1", + "orchestra/testbench": "^9.0", "pestphp/pest": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", + "pestphp/pest-plugin-laravel": "^2.3", "phpunit/phpunit": "^10.0", - "spatie/laravel-ray": "^1.26" + "spatie/laravel-ray": "^1.35" }, "autoload": { "psr-4": {