fix test: add phpunit

This commit is contained in:
korelstar 2020-08-21 11:13:26 +02:00
parent b0a1c0a399
commit d2ab780439
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ env.PHP_VERSION }}
tools: phpunit:8.5.8
- name: Install Dependencies
run: composer install --prefer-dist
- name: Prepare MySQL database