From c1a2026e246a28d76c6577874f75f520c6ab03ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:03:34 +0000 Subject: [PATCH 1/2] Initial plan From 1aec56f13d7b391e0570f9ba741a7dd768a32658 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:09:11 +0000 Subject: [PATCH 2/2] Add Laravel 13 compatibility Co-authored-by: stevebauman <6421846+stevebauman@users.noreply.github.com> --- .github/workflows/run-tests.yml | 10 +++++----- composer.json | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 16bb3688..aabc2569 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,17 +17,17 @@ jobs: redis-client: [phpredis, predis] include: - php: 8.4 + laravel: 13.* + testbench: 11.* + - php: 8.3 laravel: 12.* testbench: 10.* - - php: 8.3 + - php: 8.2 laravel: 11.* testbench: 9.* - - php: 8.2 + - php: 8.1 laravel: 10.* testbench: 8.* - - php: 8.1 - laravel: 9.* - testbench: 7.* services: redis: diff --git a/composer.json b/composer.json index b258cf8b..19ecfa1c 100644 --- a/composer.json +++ b/composer.json @@ -29,9 +29,9 @@ "minimum-stability": "stable", "require": { "php": ">=8.1", - "illuminate/support": "^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", - "illuminate/collections": "^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/collections": "^9.0|^10.0|^11.0|^12.0|^13.0" }, "suggest" : { "brick/math": "For decimal cast support" @@ -40,7 +40,7 @@ "predis/predis": "^2.0", "laravel/pint": "^1.17", "pestphp/pest": "^1.0|^2.0|^3.0", - "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "config": { "allow-plugins": {