File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -2,30 +2,35 @@ 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
19
php : [8.1, 8.2, 8.3]
17
- laravel : [10.*, 11.*]
20
+ laravel : [' 10.*', ' 11.*', '12.*' ]
18
21
stability : [prefer-lowest, prefer-stable]
19
22
include :
20
23
- laravel : 10.*
21
24
testbench : 8.*
22
25
carbon : ^2.63
23
26
- laravel : 11.*
24
27
testbench : 9.*
25
- carbon : ' * '
28
+ carbon : *
26
29
exclude :
27
30
- laravel : 11.*
28
31
php : 8.1
32
+ - laravel : 12.*
33
+ php : 8.1
29
34
30
35
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
31
36
Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^8.1|^8.2" ,
22
22
"guzzlehttp/guzzle" : " ^7.7" ,
23
- "illuminate/contracts" : " ^10.0|^11.0" ,
23
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
24
24
"spatie/laravel-package-tools" : " ^1.14.0"
25
25
},
26
26
"require-dev" : {
27
27
"laravel/pint" : " ^1.0" ,
28
28
"nunomaduro/collision" : " ^7.0|^8.0" ,
29
29
"nunomaduro/larastan" : " ^2.0.1" ,
30
- "orchestra/testbench" : " ^8.0|^9.0" ,
31
- "pestphp/pest" : " ^2.0" ,
32
- "pestphp/pest-plugin-arch" : " ^2.0" ,
30
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
31
+ "pestphp/pest" : " ^2.0|^3.7 " ,
32
+ "pestphp/pest-plugin-arch" : " ^2.0|^3.0 " ,
33
33
"phpstan/extension-installer" : " ^1.1" ,
34
- "phpstan/phpstan-deprecation-rules" : " ^1.0" ,
35
- "phpstan/phpstan-phpunit" : " ^1.0"
34
+ "phpstan/phpstan-deprecation-rules" : " ^1.0|^2.0 " ,
35
+ "phpstan/phpstan-phpunit" : " ^1.0|^2.0 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
You can’t perform that action at this time.
0 commit comments