File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : true
18
18
matrix :
19
- php : [8.2, 8.1, ] #
19
+ php : [8.2, 8.1, 8.3, 8.4 ] #
20
20
21
21
steps :
22
22
- name : Checkout
@@ -40,20 +40,20 @@ jobs:
40
40
run : |
41
41
phpunit --coverage-clover ./test/clover.xml
42
42
43
- - name : Coveralls Parallel
44
- uses : coverallsapp/github-action@master
45
- with :
46
- github-token : ${{ secrets.github_token }}
47
- flag-name : run-${{ matrix.php }}
48
- path-to-lcov : ./test/clover.xml
49
- parallel : true
50
-
51
- finish :
52
- needs : test
53
- runs-on : ubuntu-latest
54
- steps :
55
- - name : Coveralls Finished
56
- uses : coverallsapp/github-action@master
57
- with :
58
- github-token : ${{ secrets.github_token }}
59
- parallel-finished : true
43
+ # - name: Coveralls Parallel
44
+ # uses: coverallsapp/github-action@master
45
+ # with:
46
+ # github-token: ${{ secrets.github_token }}
47
+ # flag-name: run-${{ matrix.php }}
48
+ # path-to-lcov: ./test/clover.xml
49
+ # parallel: true
50
+
51
+ # finish:
52
+ # needs: test
53
+ # runs-on: ubuntu-latest
54
+ # steps:
55
+ # - name: Coveralls Finished
56
+ # uses: coverallsapp/github-action@master
57
+ # with:
58
+ # github-token: ${{ secrets.github_token }}
59
+ # parallel-finished: true
You can’t perform that action at this time.
0 commit comments