diff --git a/.github/workflows/run-integration-tests.yml b/.github/workflows/run-integration-tests.yml index 88588b396..9de40b843 100644 --- a/.github/workflows/run-integration-tests.yml +++ b/.github/workflows/run-integration-tests.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3, 8.2] - laravel: [^11.15] + laravel: [11.x, 12.x] name: P${{ matrix.php }} - Laravel${{ matrix.laravel }} steps: diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 024ab2d39..d4f84f9e7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,7 +22,7 @@ jobs: matrix: os: [ubuntu-22.04, windows-2019] php: [8.4, 8.3, 8.2] - laravel: [^11.15] + laravel: [~11.15, 12.x] stability: [prefer-lowest, prefer-stable] steps: - name: Set git to use LF diff --git a/composer.json b/composer.json index 5d83de817..494f1b85d 100644 --- a/composer.json +++ b/composer.json @@ -25,19 +25,19 @@ "ext-json": "*", "barryvdh/reflection-docblock": "^2.3", "composer/class-map-generator": "^1.0", - "illuminate/console": "^11.15", - "illuminate/database": "^11.15", - "illuminate/filesystem": "^11.15", - "illuminate/support": "^11.15" + "illuminate/console": "^11.15|^12", + "illuminate/database": "^11.15|^12", + "illuminate/filesystem": "^11.15|^12", + "illuminate/support": "^11.15|^12" }, "require-dev": { "ext-pdo_sqlite": "*", "friendsofphp/php-cs-fixer": "^3", - "illuminate/config": "^11.15", - "illuminate/view": "^11.15", + "illuminate/config": "^11.15|^12", + "illuminate/view": "^11.15|^12", "mockery/mockery": "^1.4", - "orchestra/testbench": "^9.2", - "phpunit/phpunit": "^10.5", + "orchestra/testbench": "^9.2|^10", + "phpunit/phpunit": "^10.5|^11.5.3", "spatie/phpunit-snapshot-assertions": "^4 || ^5", "vimeo/psalm": "^5.4", "vlucas/phpdotenv": "^5"