Skip to content

Commit 11c3784

Browse files
authored
Merge branch 'master' into fix-curltransport-on-php8
2 parents 612dbc7 + c500fbc commit 11c3784

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,3 @@ jobs:
7676
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
if: ${{ matrix.php-versions == '7.2' && env.COVERALLS_REPO_TOKEN != null }}
7878
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-
continue-on-error: true

0 commit comments

Comments
 (0)