Skip to content

Commit 4f96ed5

Browse files
1 parent 725b94d commit 4f96ed5

File tree

8 files changed

+235
-171
lines changed

8 files changed

+235
-171
lines changed

.github/workflows/ci.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.0, 8.1, 8.2]
12-
laravel: [7.*, 8.*, 9.*, 10.*, 11.*]
12+
laravel: [8.*, 9.*, 10.*, 11.*]
1313
exclude:
14-
- laravel: 7.*
15-
php: 8.1
16-
- laravel: 7.*
14+
- laravel: 8.*
1715
php: 8.2
18-
- laravel: 9.*
19-
php: 7.3
20-
- laravel: 9.*
21-
php: 7.4
22-
- laravel: 10.*
23-
php: 7.3
24-
- laravel: 10.*
25-
php: 7.4
2616
- laravel: 10.*
2717
php: 8.0
2818
- laravel: 11.*

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^8.0",
14-
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
15-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
16-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0",
14+
"illuminate/database": "^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
16+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
1717
"tmilos/scim-schema": "^0.1.0",
1818
"tmilos/scim-filter-parser": "^1.3"
1919
},
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
32+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
3333
"laravel/legacy-factories": "*"
3434
},
3535

0 commit comments

Comments
 (0)