Skip to content

Commit

Permalink
Simplify usage by supporting new default loop
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 8, 2021
1 parent 5d39e3f commit 3c57fd1
Show file tree
Hide file tree
Showing 33 changed files with 380 additions and 178 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
Expand All @@ -46,6 +48,8 @@ jobs:
with:
php-version: 8.0
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: composer install
- run: vendor/bin/phpunit --coverage-text

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

0 comments on commit 3c57fd1

Please sign in to comment.