Skip to content

Commit f3ab6a8

Browse files
committed
ci: drop Laravel 10 support
1 parent 65f6d2e commit f3ab6a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest ]
13-
php: [ 8.2, 8.3 ]
14-
laravel: [ 10.*, 11.* ]
13+
php: [ 8.2, 8.3, 8.4 ]
14+
laravel: [ 11.* ]
1515
stability: [ prefer-lowest, prefer-stable ]
1616
include:
17-
- laravel: 10.*
18-
testbench: 8.*
1917
- laravel: 11.*
2018
testbench: 9.*
2119

0 commit comments

Comments
 (0)