Skip to content

Commit d67b5c2

Browse files
committed
Laravel 10.x Support
1 parent 1bd0355 commit d67b5c2

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/run-tests-L8.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,22 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.2, 8.1, 8.0, 7.4, 7.3]
13-
laravel: [9.*, 8.*]
13+
laravel: [10.*, 9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 10.*
17+
testbench: 8.*
1618
- laravel: 9.*
1719
testbench: 7.*
1820
- laravel: 8.*
1921
testbench: 6.23
2022
exclude:
23+
- laravel: 10.*
24+
php: 8.0
25+
- laravel: 10.*
26+
php: 7.4
27+
- laravel: 10.*
28+
php: 7.3
2129
- laravel: 9.*
2230
php: 7.4
2331
- laravel: 9.*

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"homepage": "https://github.com/spatie/laravel-permission",
2424
"require": {
2525
"php": "^7.3|^8.0|^8.1",
26-
"illuminate/auth": "^7.0|^8.0|^9.0",
27-
"illuminate/container": "^7.0|^8.0|^9.0",
28-
"illuminate/contracts": "^7.0|^8.0|^9.0",
29-
"illuminate/database": "^7.0|^8.0|^9.0"
26+
"illuminate/auth": "^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/container": "^7.0|^8.0|^9.0|^10.0",
28+
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
29+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^5.0|^6.0|^7.0",
32+
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
3333
"phpunit/phpunit": "^9.4",
3434
"predis/predis": "^1.1"
3535
},

0 commit comments

Comments
 (0)