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