diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index d4eb60f..0912000 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -10,7 +10,7 @@ jobs: fail-fast: true matrix: php: [ "8.2", "8.3", "8.4" ] - laravel: [ "11.0" ] + laravel: [ "11.0", "12.0" ] name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index b2971fe..2210b11 100644 --- a/composer.json +++ b/composer.json @@ -35,12 +35,12 @@ "require": { "php": "^8.2", "dragon-code/support": "^6.11.3", - "illuminate/contracts": "^11.0", - "illuminate/support": "^11.0" + "illuminate/contracts": "^11.0 || ^12.0", + "illuminate/support": "^11.0 || ^12.0" }, "require-dev": { "nesbot/carbon": "^2.62 || ^3.0", - "orchestra/testbench": "^9.0", + "orchestra/testbench": "^9.0 || ^10.0", "phpunit/phpunit": "^11.0" }, "conflict": {