diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6e25cb6..7e53a0f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,13 +17,15 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3, 8.4] - laravel: [11.*, 12.*] + laravel: [11.*, 12.*, 13.*] stability: [prefer-stable] include: - laravel: 11.* testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index a3f2f4a..7ea1131 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": "^8.3", "filament/filament": "^5.0|^4.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", "spatie/laravel-package-tools": "^1.15.0", "spatie/laravel-medialibrary": "^11.0", "filament/spatie-laravel-media-library-plugin": "^5.0|^4.0" @@ -33,7 +33,7 @@ "laravel/pint": "^1.0", "nunomaduro/collision": "^8.0", "larastan/larastan": "^3.0", - "orchestra/testbench": "^9.0|^10.0", + "orchestra/testbench": "^9.0|^10.0|^11.0", "pestphp/pest": "^4.0", "pestphp/pest-plugin-arch": "^4.0", "pestphp/pest-plugin-laravel": "^4.0",