Skip to content

Commit 598f745

Browse files
committed
Update DB test config
1 parent 75a7d70 commit 598f745

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ php:
66
- 7.3
77
- 7.4
88

9+
services:
10+
- mysql
11+
912
env:
10-
- DB=mysql:5.7 ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
13+
- ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
1114

1215
before_script:
1316
- mysql -e "create database IF NOT EXISTS testing;" -uroot;

0 commit comments

Comments
 (0)