File tree 2 files changed +18
-8
lines changed
2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,15 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches :
6
+ - main
7
+ - 1.x
8
+ - 2.x
6
9
pull_request :
7
- branches : [main]
10
+ branches :
11
+ - main
12
+ - 1.x
13
+ - 2.x
8
14
9
15
jobs :
10
16
test :
@@ -14,16 +20,20 @@ jobs:
14
20
matrix :
15
21
os : [ubuntu-latest, windows-latest]
16
22
php : [8.1, 8.2]
17
- laravel : [9.*, 10.*]
23
+ laravel : [9.*, 10.*, 11.* ]
18
24
stability : [prefer-lowest, prefer-stable]
19
25
include :
20
26
- laravel : 9.*
21
27
testbench : 7.*
22
28
- laravel : 10.*
23
29
testbench : 8.*
30
+ - laravel : 11.*
31
+ testbench : 9.*
24
32
exclude :
25
33
- laravel : 9.*
26
34
php : 8.2
35
+ - larvel : 11.*
36
+ php : 8.1
27
37
28
38
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
29
39
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"spatie/laravel-package-tools" : " ^1.13.0" ,
21
- "illuminate/contracts" : " ^9.0|^10.0"
21
+ "illuminate/contracts" : " ^9.0|^10.0|^11.0 "
22
22
},
23
23
"require-dev" : {
24
24
"laravel/pint" : " ^1.0" ,
25
- "nunomaduro/collision" : " ^6.0|^7.0" ,
25
+ "nunomaduro/collision" : " ^6.0|^7.0|^8.0 " ,
26
26
"nunomaduro/larastan" : " ^2.0.1" ,
27
- "orchestra/testbench" : " ^7.0|^8.0" ,
27
+ "orchestra/testbench" : " ^7.0|^8.0|^9.0 " ,
28
28
"pestphp/pest" : " ^1.21" ,
29
29
"pestphp/pest-plugin-laravel" : " ^1.1" ,
30
30
"phpstan/extension-installer" : " ^1.1" ,
31
31
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
32
32
"phpstan/phpstan-phpunit" : " ^1.0" ,
33
- "phpunit/phpunit" : " ^9.5|^10.0"
33
+ "phpunit/phpunit" : " ^9.5|^10.0|^11.0 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
68
68
},
69
69
"minimum-stability" : " dev" ,
70
70
"prefer-stable" : true
71
- }
71
+ }
You can’t perform that action at this time.
0 commit comments