File tree 2 files changed +16
-20
lines changed
2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ 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 :
@@ -13,23 +15,17 @@ jobs:
13
15
fail-fast : true
14
16
matrix :
15
17
os : [ubuntu-latest, windows-latest]
16
- php : [8.2 , 8.1 , 8.0 ]
17
- laravel : [10.*, 9.*, 8 .*]
18
+ php : [8.1 , 8.2 , 8.3 ]
19
+ laravel : [10.*, 11 .*]
18
20
stability : [prefer-lowest, prefer-stable]
19
21
include :
20
22
- laravel : 10.*
21
23
testbench : ^8.0.0
22
- - laravel : 9.*
23
- testbench : ^7.0.0
24
- - laravel : 8.*
25
- testbench : ^6.23
24
+ - laravel : 11.*
25
+ testbench : ^9.0
26
26
exclude :
27
- - laravel : 8.*
28
- php : 8.2
29
- - laravel : 9.*
30
- php : 8.2
31
- - laravel : 10.*
32
- php : 8.0
27
+ - laravel : 11.*
28
+ php : 8.1
33
29
34
30
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
35
31
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.0|^8.1" ,
20
20
"spatie/laravel-package-tools" : " ^1.9.2" ,
21
- "illuminate/console" : " ^8.75|^9.0|^10.0" ,
22
- "illuminate/contracts" : " ^8.0|^9.0|^10.0"
21
+ "illuminate/console" : " ^8.75|^9.0|^10.0|^11.0 " ,
22
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0 "
23
23
},
24
24
"require-dev" : {
25
- "nunomaduro/collision" : " ^5.10|^6.1|^7.0" ,
25
+ "nunomaduro/collision" : " ^5.10|^6.1|^7.0|^8.1 " ,
26
26
"nunomaduro/larastan" : " ^1.0|^2.0" ,
27
- "orchestra/testbench" : " ^6.23|^7.0.0|^8 .0" ,
28
- "pestphp/pest" : " ^1.22" ,
29
- "pestphp/pest-plugin-laravel" : " ^1.3" ,
27
+ "orchestra/testbench" : " ^8.0|^9 .0" ,
28
+ "pestphp/pest" : " ^1.22|^2.34 " ,
29
+ "pestphp/pest-plugin-laravel" : " ^1.3|^2.3 " ,
30
30
"phpstan/extension-installer" : " ^1.2" ,
31
31
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
32
32
"phpstan/phpstan-phpunit" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments