We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67a1e2 commit d57fbb3Copy full SHA for d57fbb3
.tav.yml
@@ -188,10 +188,7 @@ graphql:
188
express:
189
versions:
190
mode: latest-minors
191
- # include requires an upper bound. v5 is still in beta
192
- # (5.0.0-beta.1": "2022-02-15T01:11:25.229Z) but we use 6 to make sure any
193
- # future release is included if we udpate
194
- include: '>=4 <6' # latest minors subset of '>=4 <6'
+ include: '>=4 <5'
195
commands:
196
- node test/instrumentation/modules/express/basic.test.js
197
- node test/instrumentation/modules/express/capture-exceptions-off.test.js
0 commit comments