Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-25 22:29:33 +02:00 committed by GitHub
parent 584190ad01
commit a93042d4a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,16 @@ jobs:
name: PHP ${{ matrix.php-versions }} Test
runs-on: ubuntu-latest
env:
APP_ENV: test
SYMFONY_DEPRECATIONS_HELPER: disabled
services:
mysql:
image: mysql:latest
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: laravel_tags
strategy:
matrix: