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

Laravel 13 support

This commit is contained in:
Samuel Stancl 2026-03-18 17:45:31 +01:00
parent c4ba5ef04c
commit be9481dff1
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