Skip to content

Commit 94a7f63

Browse files
committed
remove L10
1 parent b3e1b67 commit 94a7f63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.4, 8.3]
21-
laravel: [12.*, 11.*, 10.*]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*
2525
testbench: 10.*
2626
- laravel: 11.*
2727
testbench: 9.*
28-
- laravel: 10.*
29-
testbench: 8.*
3028

3129
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3230

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"illuminate/support": "^10.0||^11.0||^12.0",
2828
"illuminate/database": "^10.0||^11.0||^12.0",
2929
"illuminate/events": "^10.0||^11.0||^12.0"
30+
},
31+
"conflict": {
32+
"laravel/framework": "<11.0.0"
3033
},
3134
"require-dev": {
3235
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)