Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Feb 8, 2022
1 parent 014a705 commit 7b8fdde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, sqlite3, pdo_sqlite, bcmath, fileinfo
coverage: xdebug

- name: Install PHPUnit
run: |
composer require "phpunit/phpunit:9.x" --no-interaction --no-update
- name: Install dependencies
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 7b8fdde

Please sign in to comment.