1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2026-03-21 23:24:04 +00:00

Laravel 13 support

This commit is contained in:
Samuel Stancl 2026-03-18 17:14:18 +01:00
parent 4664d00099
commit cd872abc53
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,8 @@ jobs:
php: 8.3
- laravel: 12
php: 8.4
- laravel: 13
php: 8.5
name: Tests (PHPUnit) - L${{ matrix.laravel }}