From 07dc54a49cf9e2df1238ee4a347af333260519a6 Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Wed, 18 Mar 2026 17:46:27 +0100 Subject: [PATCH] Laravel 13 support --- .github/workflows/ci.yml | 2 ++ composer.json | 4 ++-- tests/tmp/.gitkeep | 0 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 tests/tmp/.gitkeep diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f62994..82d0388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: php: 8.3 - laravel: 12 php: 8.4 + - laravel: 13 + php: 8.5 steps: - name: Checkout code diff --git a/composer.json b/composer.json index 3556532..17ea9b5 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ }, "require": { "php": "^8.0", - "illuminate/support": "^10.0|^11.0|^12.0" + "illuminate/support": "^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "orchestra/testbench": "^8.0|^9.0|^10.0", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", "spatie/valuestore": "^1.2", "ext-redis": "*" }, diff --git a/tests/tmp/.gitkeep b/tests/tmp/.gitkeep new file mode 100644 index 0000000..e69de29