diff --git a/.tav.yml b/.tav.yml index 1a0bb7ce1c..4b8f54d984 100644 --- a/.tav.yml +++ b/.tav.yml @@ -188,10 +188,7 @@ graphql: express: versions: mode: latest-minors - # include requires an upper bound. v5 is still in beta - # (5.0.0-beta.1": "2022-02-15T01:11:25.229Z) but we use 6 to make sure any - # future release is included if we udpate - include: '>=4 <6' # latest minors subset of '>=4 <6' + include: '>=4 <5' commands: - node test/instrumentation/modules/express/basic.test.js - node test/instrumentation/modules/express/capture-exceptions-off.test.js