Skip to content

Commit 7bb13fe

Browse files
committed
Remove laravel 10 support
1 parent b29a0de commit 7bb13fe

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ jobs:
2121
fail-fast: true
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
24-
php: [8.4]
25-
laravel: [12.*, 11.*, 10.*]
24+
php: [8.4, 8.3]
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.*
3432

3533
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3634

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.4",
23+
"php": "^8.3",
2424
"spatie/laravel-package-tools": "^1.16",
25-
"illuminate/contracts": "^10.0||^11.0||^12.0",
25+
"illuminate/contracts": "^11.0||^12.0",
2626
"guzzlehttp/guzzle": "^7.8",
2727
"psr/http-message": "^2.0",
2828
"psr/http-client": "^1.0"
@@ -31,7 +31,7 @@
3131
"laravel/pint": "^1.14",
3232
"nunomaduro/collision": "^8.1.1||^7.10.0",
3333
"larastan/larastan": "^2.9||^3.0",
34-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
34+
"orchestra/testbench": "^10.0.0||^9.0.0",
3535
"pestphp/pest": "^3.0",
3636
"pestphp/pest-plugin-arch": "^3.0",
3737
"pestphp/pest-plugin-laravel": "^3.0",

0 commit comments

Comments
 (0)