We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aa1b4 commit d46e930Copy full SHA for d46e930
.drone.yml
@@ -7,6 +7,10 @@ services:
7
image: ${IMAGE_PHP=fpfis/httpd-php-dev:7.1}
8
environment:
9
- DOCUMENT_ROOT=/test/behat-traits
10
+ mysql:
11
+ image: percona/percona-server:5.6
12
+ environment:
13
+ - MYSQL_ALLOW_EMPTY_PASSWORD=yes
14
15
pipeline:
16
composer-install-lowest:
0 commit comments