File tree 3 files changed +11
-37
lines changed
3 files changed +11
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- php : ['8.0', '8. 1']
9
- laravel : [9 .*]
8
+ php : ['8.1']
9
+ laravel : [10 .*]
10
10
dependency-version : [prefer-stable]
11
11
include :
12
- - laravel : 9 .*
13
- testbench : 7 .*
12
+ - laravel : 10 .*
13
+ testbench : 8 .*
14
14
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
15
15
steps :
16
16
- name : Checkout code
Original file line number Diff line number Diff line change 25
25
"source" : " https://github.com/codedge/laravel-selfupdater"
26
26
},
27
27
"require" : {
28
- "php" : " ^8.0 || ^8. 1" ,
28
+ "php" : " ^8.1" ,
29
29
"ext-json" : " *" ,
30
30
"ext-zip" : " *" ,
31
31
"guzzlehttp/guzzle" : " ^7.5.0" ,
32
- "laravel/framework " : " ^9 " ,
33
- "league/uri" : " ~6.7| ~6.8" ,
32
+ "illuminate/support " : " ^10 " ,
33
+ "league/uri" : " ~6.7 || ~6.8" ,
34
34
"phpstan/extension-installer" : " ^1.2" ,
35
- "phpstan/phpstan-phpunit" : " ^1.3 "
35
+ "phpstan/phpstan-phpunit" : " ^1.2 "
36
36
},
37
37
"require-dev" : {
38
- "dg/bypass-finals" : " ^1.3 " ,
38
+ "dg/bypass-finals" : " ^1.4 " ,
39
39
"mikey179/vfsstream" : " ^1.6" ,
40
40
"mockery/mockery" : " ^1.5" ,
41
- "orchestra/testbench" : " ^7.20 " ,
42
- "phpunit/phpunit" : " ^9.5.28 "
41
+ "orchestra/testbench" : " ^8.0 " ,
42
+ "phpunit/phpunit" : " ^9.5.26 "
43
43
},
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments