File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
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 : [push, pull_request]
4
4
5
5
jobs :
6
6
test :
9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- os : [ ubuntu-latest ]
13
- php : [ 8.1, 8.2, 8.3 ]
14
- stability : [ prefer-stable ]
15
- laravel : [ 10.*, 11.* ]
12
+ os : [ubuntu-latest]
13
+ php : [8.1, 8.2, 8.3]
14
+ stability : [prefer-stable]
15
+ laravel : [10.*, 11.*]
16
16
include :
17
17
- laravel : 10.*
18
18
testbench : 8.*
55
55
run : vendor/bin/phpunit -c phpunit.coverage.dist.xml
56
56
57
57
- name : 🚀 Upload coverage reports to Codecov
58
- uses : codecov/codecov-action@v4
58
+ uses : codecov/codecov-action@v5
59
59
with :
60
60
token : ${{ secrets.CODECOV_TOKEN }}
61
+ flags : php${{ matrix.php }}-laravel${{ matrix.laravel }}
61
62
files : ./clover.xml
62
63
fail_ci_if_error : true
63
64
# verbose: true
You can’t perform that action at this time.
0 commit comments