Skip to content

Commit cd872ab

Browse files
committed
Laravel 13 support
1 parent 4664d00 commit cd872ab

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
php: 8.3
1616
- laravel: 12
1717
php: 8.4
18+
- laravel: 13
19+
php: 8.5
1820

1921
name: Tests (PHPUnit) - L${{ matrix.laravel }}
2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Installation
44

5-
Supports Laravel 10, 11, and 12.
5+
Supports Laravel 10, 11, 12, and 13.
66

77
```
88
composer require stancl/virtualcolumn

0 commit comments

Comments
 (0)