From cd872abc53370b3839fd9c7209d909d4871aeba2 Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Wed, 18 Mar 2026 17:14:18 +0100 Subject: [PATCH] Laravel 13 support --- .github/workflows/ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b499c7e..1c497c8 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 name: Tests (PHPUnit) - L${{ matrix.laravel }} diff --git a/README.md b/README.md index b709305..c6f64b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -Supports Laravel 10, 11, and 12. +Supports Laravel 10, 11, 12, and 13. ``` composer require stancl/virtualcolumn