From 1a64974cc8376b39734368d034316bcb760f4e3e Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 1 Jul 2026 13:54:36 +0100 Subject: [PATCH] Support Laravel 13 Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/run-tests.yml | 12 ++++++------ composer.json | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 66e01997..fc132e5f 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -56,7 +56,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [prefer-lowest, prefer-stable] name: Static Analysis - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} @@ -112,7 +112,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [prefer-lowest, prefer-stable] name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - MySQL 8.0 @@ -182,7 +182,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [prefer-lowest, prefer-stable] name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 13 @@ -252,7 +252,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [ prefer-lowest, prefer-stable ] name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 14 @@ -322,7 +322,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [ prefer-lowest, prefer-stable ] name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - PostgreSQL 15 @@ -380,7 +380,7 @@ jobs: fail-fast: false matrix: php: [8.4, 8.3] - laravel: [12.x, 11.x] + laravel: [13.x, 12.x, 11.x] stability: [ prefer-lowest, prefer-stable ] name: Tests - P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - SQLite diff --git a/composer.json b/composer.json index 3acbd78d..aa413e57 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ "filament/filament": "^5.0", "filament/spatie-laravel-settings-plugin": "^5.0", "guzzlehttp/guzzle": "^7.8", - "illuminate/cache": "^11.35.0|^12.0", - "illuminate/console": "^11.35.0|^12.0", - "illuminate/database": "^11.35.0|^12.0", - "illuminate/events": "^11.35.0|^12.0", - "illuminate/queue": "^11.35.0|^12.0", - "illuminate/support": "^11.35.0|^12.0", + "illuminate/cache": "^11.35.0|^12.0|^13.0", + "illuminate/console": "^11.35.0|^12.0|^13.0", + "illuminate/database": "^11.35.0|^12.0|^13.0", + "illuminate/events": "^11.35.0|^12.0|^13.0", + "illuminate/queue": "^11.35.0|^12.0|^13.0", + "illuminate/support": "^11.35.0|^12.0|^13.0", "laravel/sanctum": "^4.0", "nesbot/carbon": "^2.70|^3.0", "spatie/laravel-data": "^4.11", @@ -41,13 +41,13 @@ "twig/twig": "^3.0" }, "require-dev": { - "dedoc/scramble": "^0.12", + "dedoc/scramble": "^0.12|^0.13", "larastan/larastan": "^3.4", "laravel/boost": "^2.0", "laravel/mcp": "^0.5", "laravel/pail": "^1.1", "laravel/pint": "^1.24", - "orchestra/testbench": "^9.15.1|^10.0", + "orchestra/testbench": "^9.15.1|^10.0|^11.0", "pestphp/pest": "^4.3", "pestphp/pest-plugin-laravel": "^4.0", "pestphp/pest-plugin-livewire": "*",