Skip to content

Commit ec3600d

Browse files
Bump Laravel to 13.8 in CI
1 parent 747fff9 commit ec3600d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php: [ '8.3', '8.4', '8.5' ]
18-
laravel: [ '11.46', '11.51', '12.50', '12.56', '13.2', '13.5' ]
18+
laravel: [ '11.46', '11.51', '12.50', '12.56', '13.2', '13.8' ]
1919
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)