Skip to content

Commit 34ebbda

Browse files
authored
Merge pull request #16 from eXolnet/feature/drop-laravel9-support
build(deps): drop Laravel 9 support
2 parents 9c81491 + 4290705 commit 34ebbda

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: [8.1, 8.2]
13-
laravel: [9.*, 10.*]
13+
laravel: [10.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 9.*
17-
testbench: 7.*
1816
- laravel: 10.*
1917
testbench: 8.*
2018

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/console": "^9.0|^10.0",
21-
"illuminate/support": "^9.0|^10.0"
20+
"illuminate/console": "^10.0",
21+
"illuminate/support": "^10.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^1.4",
25-
"orchestra/testbench": "^7.0|^8.0",
25+
"orchestra/testbench": "^8.0",
2626
"phpunit/phpunit": "^9.3.3",
2727
"squizlabs/php_codesniffer": "^3.6"
2828
},

0 commit comments

Comments
 (0)