diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ed8937f..8d9a3f24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - laravel: "^10.1.1" + - laravel: "10.x-dev" php: "8.2" steps: diff --git a/composer.json b/composer.json index 1ab85736..4794d6e0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "spatie/invade": "^1.1" }, "require-dev": { - "laravel/framework": "^10.1.1", + "laravel/framework": "10.x-dev", "orchestra/testbench": "^8.0", "league/flysystem-aws-s3-v3": "^3.12.2", "doctrine/dbal": "^3.6.0",