Skip to content

Commit 2e6079b

Browse files
committed
drop l10
1 parent 9105154 commit 2e6079b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
2424
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*, 10.*]
25+
laravel: [12.*, 11.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*
3030
- laravel: 11.*
3131
testbench: 9.*
32-
- laravel: 10.*
33-
testbench: 8.*
34-
3532

3633
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3734

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.3",
20-
"illuminate/contracts": "^10.0||^11.0||^12.0",
20+
"illuminate/contracts": "^11.0||^12.0",
2121
"saloonphp/saloon": "^3.0",
2222
"spatie/laravel-package-tools": "^1.16"
2323
},

0 commit comments

Comments
 (0)