File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.0]
17
- laravel : [^8.14 ]
18
- elasticsearch : ["7.12.1", "7.13 .0"]
16
+ php : [8.0, 8.1 ]
17
+ laravel : [^8.67, ^9.0 ]
18
+ elasticsearch : ["7.17 .0"]
19
19
stability : [prefer-lowest, prefer-stable]
20
20
include :
21
- - laravel : ^8.14
21
+ - laravel : ^8.67
22
22
testbench : ^6.6
23
+ - laravel : ^9.0
24
+ testbench : ^7.0
23
25
24
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
27
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "laravel/framework" : " ^8.14 " ,
20
+ "laravel/framework" : " ^8.67 || ^9.0 " ,
21
21
"ruflin/elastica" : " ^7.1" ,
22
22
"spatie/laravel-package-tools" : " ^1.4.3"
23
23
},
24
24
"require-dev" : {
25
25
"brianium/paratest" : " ^6.2" ,
26
- "nunomaduro/collision" : " ^5.3" ,
27
26
"orchestra/testbench" : " ^6.15" ,
28
27
"phpunit/phpunit" : " ^9.3" ,
29
28
"vimeo/psalm" : " ^4.4"
48
47
"code-swift" : " docker exec -it --user=laradock -w /var/www/$(git rev-parse --show-toplevel | xargs basename | cat) $(docker ps -q --filter name=laradock_workspace-8.0_) zsh"
49
48
},
50
49
"config" : {
51
- "sort-packages" : true
50
+ "sort-packages" : true ,
51
+ "allow-plugins" : {
52
+ "composer/package-versions-deprecated" : true
53
+ }
52
54
},
53
55
"extra" : {
54
56
"laravel" : {
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ public function getModelInstance(Document $document): Model;
142
142
/**
143
143
* Given a Laravel model, return the corresponding Elastica document.
144
144
*
145
- * @param Model|ElasticsearchableInterface $model
146
145
*
147
146
* @return Document
148
147
*/
You can’t perform that action at this time.
0 commit comments