Skip to content

Commit

Permalink
test: add knex v0.17.x to TAV test matrix (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and Qard committed Jun 3, 2019
1 parent a5d5ee7 commit 15dcea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pg:
versions: '>=4 <8'
peerDependencies:
- bluebird@^3.0.0
- knex@^0.16.5
- knex@^0.17.3
commands:
- node test/instrumentation/modules/pg/pg.js
- node test/instrumentation/modules/pg/knex.js
Expand All @@ -62,7 +62,7 @@ bluebird:
- node test/instrumentation/modules/bluebird/cancel.js
knex:
# v0.16.4 accidentally dropped support for Node.js 6
versions: ^0.16.5 || <0.16.4 >=0.16.0 || ^0.15.0 || ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0
versions: ^0.17.0 || ^0.16.5 || <0.16.4 >=0.16.0 || ^0.15.0 || ^0.14.0 || ^0.13.0 || ^0.12.5 || <0.12.4 >0.11.6 || <0.11.6 >0.9.0
commands: node test/instrumentation/modules/pg/knex.js
ws-old:
name: ws
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"is-my-json-valid": "^2.19.0",
"jade": "^1.11.0",
"json-schema-ref-parser": "^6.0.1",
"knex": "^0.16.5",
"knex": "^0.17.3",
"koa": "^2.5.3",
"koa-router": "^7.4.0",
"lambda-local": "^1.5.2",
Expand Down

0 comments on commit 15dcea4

Please sign in to comment.