File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,31 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches :
6
+ - main
6
7
pull_request :
7
- branches : [main]
8
+ branches :
9
+ - main
8
10
9
11
jobs :
10
12
test :
11
13
runs-on : ${{ matrix.os }}
14
+
12
15
strategy :
13
16
fail-fast : true
14
17
matrix :
15
18
os : [ubuntu-latest]
16
- php : [8.1]
17
- laravel : [9.*]
19
+ php : [8.1, '8.2' ]
20
+ laravel : [' 9.*', '11.*' ]
18
21
stability : [prefer-lowest, prefer-stable]
19
22
include :
20
23
- laravel : 9.*
21
24
testbench : 7.*
25
+ - laravel : 11.*
26
+ testbench : 9.*
27
+ exclude :
28
+ - laravel : 11.*
29
+ php : 8.1
22
30
23
31
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
32
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
- "illuminate/contracts" : " ^10.0" ,
21
- "illuminate/http" : " ^10.0" ,
20
+ "illuminate/contracts" : " ^10.0|^11.0 " ,
21
+ "illuminate/http" : " ^10.0|^11.0 " ,
22
22
"open-telemetry/api" : " ^1.0" ,
23
23
"open-telemetry/sdk" : " ^1.0" ,
24
24
"php-http/guzzle7-adapter" : " ^1.0" ,
25
25
"spatie/laravel-package-tools" : " ^1.13.8"
26
26
},
27
27
"require-dev" : {
28
28
"laravel/pint" : " ^1.3" ,
29
- "nunomaduro/collision" : " ^7.0" ,
29
+ "nunomaduro/collision" : " ^7.0|^8.0 " ,
30
30
"nunomaduro/larastan" : " ^2.3.4" ,
31
- "orchestra/testbench" : " ^8.0" ,
31
+ "orchestra/testbench" : " ^8.0|^9.0 " ,
32
32
"pestphp/pest" : " ^2.0" ,
33
33
"pestphp/pest-plugin-laravel" : " ^2.0" ,
34
34
"phpstan/extension-installer" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments