File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -2,21 +2,23 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [main]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
test :
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
fail-fast : true
14
14
matrix :
15
- os : [ubuntu-latest, windows-latest]
16
- php : [8.0]
17
- laravel : [8.*]
18
- stability : [prefer-lowest, prefer-stable]
15
+ os : [ ubuntu-latest, windows-latest ]
16
+ php : [ 8.0 ]
17
+ laravel : [ 8.*, 9.* ]
18
+ stability : [ prefer-lowest, prefer-stable ]
19
19
include :
20
+ - laravel : 9.*
21
+ testbench : ^7.0
20
22
- laravel : 8.*
21
23
testbench : ^6.23
22
24
Original file line number Diff line number Diff line change 19
19
"php" : " ^8.0" ,
20
20
"filament/filament" : " ^2.10" ,
21
21
"filament/forms" : " ^2.10" ,
22
- "illuminate/contracts" : " ^8.73" ,
22
+ "illuminate/contracts" : " ^8.73|^9.0 " ,
23
23
"spatie/laravel-package-tools" : " ^1.9.2"
24
24
},
25
25
"require-dev" : {
26
- "nunomaduro/collision" : " ^5.10" ,
27
- "orchestra/testbench" : " ^6.22" ,
26
+ "nunomaduro/collision" : " ^5.10|^6.0 " ,
27
+ "orchestra/testbench" : " ^6.22|^7.0 " ,
28
28
"pestphp/pest" : " ^1.21" ,
29
29
"pestphp/pest-plugin-laravel" : " ^1.1" ,
30
30
"phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments