File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,33 @@ 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, windows-latest]
16
- php : [8.1, 8.0 ]
17
- laravel : [9.*]
19
+ php : [8.0, 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.0
30
+ - laravel : 11.*
31
+ php : 8.1
22
32
23
33
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
24
34
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "filament/filament" :" ^2.0|^3.0" ,
20
+ "filament/filament" : " ^2.0|^3.0" ,
21
21
"spatie/laravel-package-tools" : " ^1.9.2" ,
22
- "illuminate/contracts" : " ^8.6|^9.0|^10.0"
22
+ "illuminate/contracts" : " ^8.6|^9.0|^10.0|^11.0 "
23
23
},
24
24
"require-dev" : {
25
- "nunomaduro/collision" : " ^6.0" ,
26
- "orchestra/testbench" : " ^7.0" ,
27
- "pestphp/pest" : " ^1.21" ,
28
- "pestphp/pest-plugin-laravel" : " ^1.1" ,
29
- "phpunit/phpunit" : " ^9.5" ,
25
+ "nunomaduro/collision" : " ^6.0|^8.0 " ,
26
+ "orchestra/testbench" : " ^7.0|^9.0 " ,
27
+ "pestphp/pest" : " ^1.21|^2.34 " ,
28
+ "pestphp/pest-plugin-laravel" : " ^1.1|^2.3 " ,
29
+ "phpunit/phpunit" : " ^9.5|^10.5 " ,
30
30
"spatie/laravel-ray" : " ^1.26"
31
31
},
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments