Skip to content

Commit f11440d

Browse files
committed
remove L10 compatibility
1 parent 06f92ef commit f11440d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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, windows-latest]
2020
php: [8.4, 8.3]
21-
laravel: [12.*, 11.*, 10.*]
21+
laravel: [12.*, 11.*]
2222
stability: [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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"require": {
2020
"php": "^8.2",
2121
"blade-ui-kit/blade-icons": "^1.7",
22-
"illuminate/contracts": "^10.0||^11.0||^12.0",
22+
"illuminate/contracts": "^11.0||^12.0",
2323
"spatie/laravel-package-tools": "^1.16"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.14",
27-
"nunomaduro/collision": "^8.1.1||^7.10.0",
27+
"nunomaduro/collision": "^8.1.1",
2828
"larastan/larastan": "^2.9||^3.0",
29-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
29+
"orchestra/testbench": "^10.0.0||^9.0.0",
3030
"pestphp/pest": "^3.0",
3131
"pestphp/pest-plugin-arch": "^3.0",
3232
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)