File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : run-tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : [master]
6
+ pull_request :
7
+ branches : [master]
4
8
5
9
jobs :
6
10
test :
9
13
fail-fast : true
10
14
matrix :
11
15
os : [ubuntu-latest, windows-latest]
12
- php : [8.0]
13
- laravel : [8 .*]
16
+ php : [8.1, 8. 0]
17
+ laravel : [9 .*]
14
18
stability : [prefer-lowest, prefer-stable]
15
19
include :
16
- - laravel : 8 .*
17
- testbench : ^6.23
20
+ - laravel : 9 .*
21
+ testbench : 7.*
18
22
19
23
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
24
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"php" : " ^8.0" ,
21
- "illuminate/database" : " ^8 .0" ,
22
- "illuminate/support" : " ^8 .0" ,
21
+ "illuminate/database" : " ^9 .0" ,
22
+ "illuminate/support" : " ^9 .0" ,
23
23
"spatie/laravel-package-tools" : " ^1.9.2"
24
24
},
25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " ^3.4" ,
27
- "nunomaduro/collision" : " ^5.10 " ,
28
- "nunomaduro/larastan" : " ^1.0 " ,
29
- "orchestra/testbench" : " ^6.22 " ,
27
+ "nunomaduro/collision" : " ^6.0 " ,
28
+ "nunomaduro/larastan" : " ^2.0.1 " ,
29
+ "orchestra/testbench" : " ^7.0 " ,
30
30
"pestphp/pest" : " ^1.21" ,
31
31
"pestphp/pest-plugin-laravel" : " ^1.1" ,
32
32
"pestphp/pest-plugin-mock" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments