We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d950995 commit 35bcdb1Copy full SHA for 35bcdb1
.travis.yml
@@ -11,7 +11,7 @@ node_js:
11
- "4.8"
12
- "5.12"
13
- "6.10"
14
- - "7.8"
+ - "7.9"
15
env:
16
- "DOCKER_MYSQL_TYPE=mysql DOCKER_MYSQL_VERSION=5.7"
17
matrix:
appveyor.yml
@@ -15,7 +15,7 @@ environment:
- nodejs_version: "4.8"
- nodejs_version: "5.12"
- nodejs_version: "6.10"
18
- - nodejs_version: "7.8"
+ - nodejs_version: "7.9"
19
20
services:
21
- mysql
0 commit comments