Skip to content

Commit c500fbc

Browse files
authored
Merge pull request #92 from littleredbutton/sualko-patch-1
remove HHVM from ci
2 parents 59d78f7 + ea67405 commit c500fbc

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)