Use phpunit8.3 schema in phpunit.xml

This commit is contained in:
Jan Böhmer 2020-01-01 18:51:33 +01:00
parent 7e0e83ef15
commit 00b2d49b95
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
language: php
dist: bionic
services:
- mysql
@ -14,7 +15,7 @@ php:
- '7.4'
install:
- composer install
- composer install -o
# Compile assets
- yarn install
- yarn build