File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ jobs:
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- php :
23
- - ' 8.0'
22
+ php :
24
23
- ' 8.1'
24
+ - ' 8.2'
25
25
laravel :
26
- - 8.*
27
26
- 9.*
27
+ - 10.*
28
28
prefer :
29
29
- ' prefer-lowest'
30
30
- ' prefer-stable'
31
31
include :
32
- - laravel : ' 8.*'
33
- testbench : ' 6.*'
34
32
- laravel : ' 9.*'
35
33
testbench : ' 7.*'
34
+ - laravel : ' 10.*'
35
+ testbench : ' 8.*'
36
36
37
37
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }}
38
38
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^8.0 " ,
22
+ "php" : " ^8.1 " ,
23
23
"guzzlehttp/guzzle" : " ^6.5|^7.0" ,
24
- "illuminate/support" : " ^8.83|^9.0.1 "
24
+ "illuminate/support" : " ^9.35|^10.5 "
25
25
},
26
26
"require-dev" : {
27
27
"mockery/mockery" : " ^1.5" ,
28
- "orchestra/testbench" : " ^6.28|^7.0" ,
29
- "orchestra/testbench-core" : " ^6.28|^7.0" ,
30
- "phpunit/phpunit" : " ^9.5.21"
28
+ "orchestra/testbench" : " ^7.23|^8.1" ,
29
+ "phpunit/phpunit" : " ^9.5.25"
31
30
},
32
31
"autoload" : {
33
32
"psr-4" : {
45
44
"config" : {
46
45
"sort-packages" : true
47
46
},
48
- "minimum-stability" : " dev"
47
+ "minimum-stability" : " stable" ,
48
+ "prefer-stable" : true
49
49
}
Original file line number Diff line number Diff line change 19
19
<directory suffix =" .php" >src/</directory >
20
20
</whitelist >
21
21
</filter >
22
- </phpunit >
22
+ </phpunit >
You can’t perform that action at this time.
0 commit comments