Skip to content

Commit c20297f

Browse files
committed
➖ Drop support for Laravel 10
1 parent 288e32e commit c20297f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,11 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
php: [8.4, 8.3, 8.2]
17-
laravel: ['10.*', '11.*']
17+
laravel: ['11.*']
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 10.*
21-
testbench: 8.*
2220
- laravel: 11.*
2321
testbench: 9.*
24-
exclude:
25-
- laravel: 11.*
26-
php: 8.1
2722

2823
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.stability }}
2924

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"require": {
1515
"php": "^8.2",
1616
"ext-json": "*",
17-
"illuminate/support": "^9.0|^10.0|^11.0",
17+
"illuminate/support": "^11.0",
1818
"guzzlehttp/guzzle": "~6.0|~7.0",
1919
"nesbot/carbon": "^2.53.1|^3.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^6.23|^7.0|^8.0|^9.0",
23-
"nunomaduro/collision": "^5.3|^6.1|^7.0|^8.0",
22+
"orchestra/testbench": "^9.0",
23+
"nunomaduro/collision": "^8.0",
2424
"roave/security-advisories": "dev-latest",
2525
"larastan/larastan": "^3.0.2",
2626
"laravel/pint": "^1.13",

0 commit comments

Comments
 (0)