We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 612dbc7 + c500fbc commit 11c3784Copy full SHA for 11c3784
1 file changed
.github/workflows/ci.yml
@@ -76,17 +76,3 @@ jobs:
76
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
if: ${{ matrix.php-versions == '7.2' && env.COVERALLS_REPO_TOKEN != null }}
78
run: vendor/bin/php-coveralls --coverage_clover=build/logs/coverage.xml -v
79
-
80
81
- HHVM:
82
- name: HHVM
83
- runs-on: ubuntu-latest
84
- steps:
85
- - uses: actions/checkout@v2
86
- - uses: azjezz/setup-hhvm@v1
87
- with:
88
- version: 'latest'
89
- - run: composer install --dev --no-interaction
90
- continue-on-error: true
91
- - run: hhvm vendor/bin/phpunit
92
0 commit comments