mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2026-03-21 22:04:04 +00:00
Laravel 13 support
This commit is contained in:
parent
4664d00099
commit
cd872abc53
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
php: 8.3
|
||||
- laravel: 12
|
||||
php: 8.4
|
||||
- laravel: 13
|
||||
php: 8.5
|
||||
|
||||
name: Tests (PHPUnit) - L${{ matrix.laravel }}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Installation
|
||||
|
||||
Supports Laravel 10, 11, and 12.
|
||||
Supports Laravel 10, 11, 12, and 13.
|
||||
|
||||
```
|
||||
composer require stancl/virtualcolumn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue