|
16 | 16 | strategy:
|
17 | 17 | fail-fast: true
|
18 | 18 | matrix:
|
19 |
| - php: [7.3, 7.4, 8.0] # 7.2, |
| 19 | + php: [7.3, 7.4, '8.0'] # 7.2, |
20 | 20 | # os: [ubuntu-latest] # , macOS-latest, windows-latest,
|
21 | 21 | coverage: ['none']
|
22 | 22 | include:
|
@@ -75,21 +75,21 @@ jobs:
|
75 | 75 | php example/sflags-demo.php --help
|
76 | 76 | phpunit --coverage-clover ./test/clover.info
|
77 | 77 |
|
78 |
| - - name: Coveralls parallel |
79 |
| - uses: coverallsapp/github-action@master |
80 |
| - if: matrix.coverage == 'xdebug' |
81 |
| - with: |
82 |
| - github-token: ${{ secrets.github_token }} |
83 |
| - path-to-lcov: ./test/clover.info |
84 |
| - flag-name: run-${{ matrix.php }} |
85 |
| - parallel: true |
86 |
| - |
87 |
| - finish: |
88 |
| - needs: test |
89 |
| - runs-on: ubuntu-latest |
90 |
| - steps: |
91 |
| - - name: Coveralls Finished |
92 |
| - uses: coverallsapp/github-action@master |
93 |
| - with: |
94 |
| - github-token: ${{ secrets.github_token }} |
95 |
| - parallel-finished: true |
| 78 | +# - name: Coveralls parallel |
| 79 | +# uses: coverallsapp/github-action@master |
| 80 | +# if: matrix.coverage == 'xdebug' |
| 81 | +# with: |
| 82 | +# github-token: ${{ secrets.github_token }} |
| 83 | +# path-to-lcov: ./test/clover.info |
| 84 | +# flag-name: run-${{ matrix.php }} |
| 85 | +# parallel: true |
| 86 | +# |
| 87 | +# finish: |
| 88 | +# needs: test |
| 89 | +# runs-on: ubuntu-latest |
| 90 | +# steps: |
| 91 | +# - name: Coveralls Finished |
| 92 | +# uses: coverallsapp/github-action@master |
| 93 | +# with: |
| 94 | +# github-token: ${{ secrets.github_token }} |
| 95 | +# parallel-finished: true |
0 commit comments