diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98df14e..1b3a365 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,12 +11,14 @@ jobs: fail-fast: false matrix: php: [8.3, 8.4] - laravel: [11.*, 12.*] + laravel: [11.*, 12.*, 13.*] include: - laravel: 11.* testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 847dc39..21165d0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "require": { "php": ">=8.3", - "illuminate/contracts": "^10.0||^11.0||^12.0", + "illuminate/contracts": "^10.0||^11.0||^12.0||^13.0", "filament/filament": "^5.0|^4.0", "spatie/laravel-package-tools": "^1.0" }, @@ -23,10 +23,10 @@ "laravel/pint": "^1.14", "nunomaduro/collision": "^8.1.1||^7.10.0", "larastan/larastan": "^2.9||^3.0", - "orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0", - "pestphp/pest": "^2.0||^3.0", - "pestphp/pest-plugin-arch": "^2.5||^3.0", - "pestphp/pest-plugin-laravel": "^2.0||^3.0", + "orchestra/testbench": "^11.0.0||^10.0.0||^9.0.0||^8.22.0", + "pestphp/pest": "^2.0||^3.0||^4.0", + "pestphp/pest-plugin-arch": "^2.5||^3.0||^4.0", + "pestphp/pest-plugin-laravel": "^2.0||^3.0||^4.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", "phpstan/phpstan-phpunit": "^1.3||^2.0"