File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests
2
- on : [push]
2
+
3
+ on :
4
+ - push
5
+
3
6
jobs :
4
7
run :
5
8
runs-on : ubuntu-latest
9
+
6
10
strategy :
7
11
matrix :
8
12
php : ['8.1', '8.2']
9
- laravel : [10.*]
13
+ laravel : [' 10.*', '11.*' ]
10
14
dependency-version : [prefer-stable]
11
15
include :
12
16
- laravel : 10.*
13
17
testbench : 8.*
18
+ - laravel : 11.*
19
+ testbench : 9.*
20
+ exclude :
21
+ - laravel : 11.*
22
+ php : ' 8.1'
23
+
14
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
25
+
15
26
steps :
16
27
- name : Checkout code
17
28
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 29
29
"ext-json" : " *" ,
30
30
"ext-zip" : " *" ,
31
31
"guzzlehttp/guzzle" : " ^7.5.0" ,
32
- "illuminate/support" : " ^10" ,
33
- "league/uri" : " ~6.7 || ~6.8" ,
32
+ "illuminate/support" : " ^10 || ^11.0 " ,
33
+ "league/uri" : " ~6.7 || ~6.8 || ^7.4 " ,
34
34
"phpstan/extension-installer" : " ^1.2" ,
35
35
"phpstan/phpstan-phpunit" : " ^1.2"
36
36
},
37
37
"require-dev" : {
38
38
"dg/bypass-finals" : " ^1.4" ,
39
39
"mikey179/vfsstream" : " ^1.6" ,
40
40
"mockery/mockery" : " ^1.5" ,
41
- "orchestra/testbench" : " ^8.1" ,
42
- "phpunit/phpunit" : " ^9.5.26"
41
+ "orchestra/testbench" : " ^8.1 || ^9.0 " ,
42
+ "phpunit/phpunit" : " ^9.5.26 || ^10.5 "
43
43
},
44
44
"minimum-stability" : " dev" ,
45
45
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments