Skip to content

Commit 5417e83

Browse files
committed
Simplify usage by supporting new default loop
1 parent bc53727 commit 5417e83

38 files changed

+253
-330
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
with:
2828
php-version: ${{ matrix.php }}
2929
coverage: xdebug
30+
env:
31+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
- run: composer install
3133
- run: vendor/bin/phpunit --coverage-text
3234
if: ${{ matrix.php >= 7.3 }}
@@ -37,6 +39,7 @@ jobs:
3739
name: PHPUnit (HHVM)
3840
runs-on: ubuntu-18.04
3941
continue-on-error: true
42+
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
4043
steps:
4144
- uses: actions/checkout@v2
4245
- uses: azjezz/setup-hhvm@v1

0 commit comments

Comments
 (0)