diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca7c20f6..48b1ffd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: matrix: include: - laravel: "^12.0" + - laravel: "^13.0" steps: - name: Checkout diff --git a/composer.json b/composer.json index b03e1b2f..4eb75987 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.4", "ext-json": "*", - "illuminate/support": "^12.0", + "illuminate/support": "^12.0|^13.0", "laravel/tinker": "^2.0", "ramsey/uuid": "^4.7.3", "stancl/jobpipeline": "2.0.0-rc6", @@ -27,7 +27,7 @@ "laravel/prompts": "0.*" }, "require-dev": { - "laravel/framework": "^12.0", + "laravel/framework": "^12.0|^13.0", "orchestra/testbench": "^10.0", "league/flysystem-aws-s3-v3": "^3.12.2", "doctrine/dbal": "^3.6.0",