Fix schema validator warnings
This commit is contained in:
parent
b031e06cd7
commit
c65c3605ef
@ -1,12 +1,12 @@
|
|||||||
language: php
|
language: php
|
||||||
|
os: linux
|
||||||
sudo: required
|
dist: xenial
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
jobs:
|
||||||
- DB_DSN="mysql:host=127.0.0.1;port=8081;dbname=ulogger;charset=utf8"
|
- DB_DSN="mysql:host=127.0.0.1;port=8081;dbname=ulogger;charset=utf8"
|
||||||
- DB_DSN="pgsql:host=127.0.0.1;port=8081;dbname=ulogger"
|
- DB_DSN="pgsql:host=127.0.0.1;port=8081;dbname=ulogger"
|
||||||
- DB_DSN="sqlite:/tmp/data/sqlite/ulogger.db"
|
- DB_DSN="sqlite:/tmp/data/sqlite/ulogger.db"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user