Skip to content

Commit 3c57fd1

Browse files
committed
Simplify usage by supporting new default loop
1 parent 5d39e3f commit 3c57fd1

33 files changed

+380
-178
lines changed

.github/workflows/ci.yml

Lines changed: 6 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,6 +48,8 @@ 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

@@ -58,5 +62,7 @@ jobs:
5862
- uses: azjezz/setup-hhvm@v1
5963
with:
6064
version: lts-3.30
65+
# see https://github.com/azjezz/setup-hhvm/issues/3
66+
- run: hhvm $(which composer) -q global config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
6167
- run: hhvm $(which composer) install
6268
- run: hhvm vendor/bin/phpunit

0 commit comments

Comments
 (0)