Skip to content

Commit fbe7a5d

Browse files
committed
Update Laravel version in test workflow configuration
1 parent 0a1b37e commit fbe7a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
php: [8.4, 8.3, 8.2]
20-
laravel: ['10.*', '11.*' '12.*']
20+
laravel: ['10.*', '11.*', '12.*']
2121
stability: [prefer-stable]
2222
include:
2323
- laravel: 10.*

0 commit comments

Comments
 (0)