Skip to content

Commit 4d0406f

Browse files
authored
Remove Laravel 10 from codecov.yml
1 parent fe76094 commit 4d0406f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: ['8.2', '8.3', 8.4, '8.4']
17-
laravel: ['10.*', '11.*', '12.*']
17+
laravel: ['11.*', '12.*']
1818
stability: [prefer-lowest]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
2220
- laravel: 11.*
2321
testbench: 9.*
2422
- laravel: 12.*

0 commit comments

Comments
 (0)