Skip to content

Commit 9de96e3

Browse files
committed
Simplify usage by supporting new default loop
1 parent 5d39e3f commit 9de96e3

33 files changed

+379
-178
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
coverage: xdebug
33+
env:
34+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335
- run: composer install
3436
- run: vendor/bin/phpunit --coverage-text
3537
if: ${{ matrix.php >= 7.3 }}
@@ -46,13 +48,16 @@ jobs:
4648
with:
4749
php-version: 8.0
4850
coverage: xdebug
51+
env:
52+
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4953
- run: composer install
5054
- run: vendor/bin/phpunit --coverage-text
5155

5256
PHPUnit-hhvm:
5357
name: PHPUnit (HHVM)
5458
runs-on: ubuntu-18.04
5559
continue-on-error: true
60+
if: false # temporarily skipped until https://github.com/azjezz/setup-hhvm/issues/3 is addressed
5661
steps:
5762
- uses: actions/checkout@v2
5863
- uses: azjezz/setup-hhvm@v1

0 commit comments

Comments
 (0)