Skip to content

Commit

Permalink
Run HHVM with legacy PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Dec 11, 2020
1 parent 8169c44 commit cbd7573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
- run: sudo apt-get -qq update || true # update package list and ignore temporary network errors
- run: sudo apt-get --no-install-recommends -qq install -y quassel-core
- run: sudo apt-get --no-install-recommends -qq install -y quassel-core
- run: composer install
- run: sudo /etc/init.d/quasselcore status || sudo /etc/init.d/quasselcore start
- run: sudo /etc/init.d/quasselcore status || sleep 2
Expand All @@ -44,7 +44,8 @@ jobs:
with:
version: lts-3.30
- run: sudo apt-get -qq update || true # update package list and ignore temporary network errors
- run: sudo apt-get --no-install-recommends -qq install -y quassel-core
- run: sudo apt-get --no-install-recommends -qq install -y quassel-core
- run: hhvm $(which composer) require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit
- run: hhvm $(which composer) install
- run: sudo /etc/init.d/quasselcore status || sudo /etc/init.d/quasselcore start
- run: sudo /etc/init.d/quasselcore status || sleep 2
Expand Down

0 comments on commit cbd7573

Please sign in to comment.