1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2026-03-22 00:44:04 +00:00

Laravel 13 support

This commit is contained in:
Samuel Stancl 2026-03-18 17:46:27 +01:00
parent 4a8f566a5e
commit 07dc54a49c
No known key found for this signature in database
GPG key ID: BA146259A1E16C57
3 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@ jobs:
php: 8.3
- laravel: 12
php: 8.4
- laravel: 13
php: 8.5
steps:
- name: Checkout code