diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ea11a7..87ea892 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,13 +12,15 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3, 8.2] - laravel: ['10.*', '11.*'] + laravel: ['10.*', '11.*', '12.*'] dependency-version: [prefer-stable] include: - laravel: 10.* testbench: 8.* - laravel: 11.* testbench: 9.* + - laravel: 12.* + testbench: 10.* exclude: - laravel: 10.* php: 8.4 diff --git a/composer.json b/composer.json index 29d6b7c..d8a1fba 100644 --- a/composer.json +++ b/composer.json @@ -13,14 +13,14 @@ "type": "library", "require": { "php": "^8.1", - "illuminate/console": "^10.0|^11.0", - "illuminate/database": "^10.0|^11.0", - "illuminate/events": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0" + "illuminate/console": "^10.0|^11.0|^12.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/events": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0" }, "require-dev": { - "phpunit/phpunit": "^9.0|^10.5", - "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.5|^11.5.3", + "orchestra/testbench": "^8.0|^9.0|^10.0", "laravel/legacy-factories": "^1.0.4", "friendsofphp/php-cs-fixer": "^3.13", "larastan/larastan": "^2.0"