Skip to content

Commit 26899ff

Browse files
committed
Drop Laravel 11 from test matrix
1 parent 5cc6895 commit 26899ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php: [8.3, 8.4, 8.5]
13-
laravel: [11.*, 12.*, 13.*]
13+
laravel: [12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
os: [ubuntu-latest]
1616
dependency-version: [prefer-stable]

0 commit comments

Comments
 (0)