File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ - push
5
+ - pull_request
4
6
5
7
jobs :
6
8
tests :
11
13
matrix :
12
14
os : [ubuntu-latest]
13
15
php : [8.1, 8.2, 8.3, 8.4]
14
- laravel : [^9.0, ^10.0, ^11.0]
16
+ laravel : [^9.0, ^10.0, ^11.0, ^12.0 ]
15
17
stability : [prefer-lowest, prefer-stable]
16
18
exclude :
17
19
- laravel : ^9.0
20
22
php : 8.4
21
23
- laravel : ^11.0
22
24
php : 8.1
25
+ - laravel : ^12.0
26
+ php : 8.1
23
27
24
28
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
29
49
53
- name : Coverage
50
54
uses : codecov/codecov-action@v4
51
55
env :
52
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
56
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 19
19
"php" : " ^8.1" ,
20
20
"ext-json" : " *" ,
21
21
"ext-intl" : " *" ,
22
- "illuminate/support" : " ^9.0|^10.0|^11.0" ,
23
- "illuminate/view" : " ^9.0|^10.0|^11.0" ,
22
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 " ,
23
+ "illuminate/view" : " ^9.0|^10.0|^11.0|^12.0 " ,
24
24
"moneyphp/money" : " ^4.6"
25
25
},
26
26
"require-dev" : {
27
27
"graham-campbell/testbench" : " ^6.1" ,
28
- "illuminate/filesystem" : " ^9.0|^10.0|^11.0" ,
28
+ "illuminate/filesystem" : " ^9.0|^10.0|^11.0|^12.0 " ,
29
29
"mockery/mockery" : " ^1.6" ,
30
30
"phpunit/phpunit" : " ^10.5"
31
31
},
46
46
]
47
47
},
48
48
"scripts" : {
49
- "test" : " vendor/bin/phpunit"
49
+ "test" : " vendor/bin/phpunit"
50
50
},
51
51
"extra" : {
52
52
"laravel" : {
You can’t perform that action at this time.
0 commit comments