From 3dfc7e33c3ef65770822d8ec02c8d58e90caceb2 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Tue, 14 Jan 2025 15:00:00 +0100 Subject: [PATCH] test(instrumentation-aws-sdk): adapt tav versions include rule for v14 and v16 (#2643) --- .../node/opentelemetry-instrumentation-aws-sdk/.tav.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml b/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml index 81c3388cf5..27eb22e5b0 100644 --- a/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml +++ b/plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml @@ -25,13 +25,13 @@ commands: npm run test - node: "16" versions: - include: "^3.6.1 && <3.723.0" + include: ">=3.6.1 <3.723.0" exclude: "3.529.0 || >=3.363.0 <=3.377.0" mode: "max-7" commands: npm run test - node: "14" versions: - include: "^3.6.1 && <3.567.0" + include: ">=3.6.1 <3.567.0" exclude: "3.529.0 || >=3.363.0 <=3.377.0" mode: "max-7" commands: npm run test @@ -46,13 +46,13 @@ commands: npm run test - node: "16" versions: - include: "^3.24.0 && <3.723.0" + include: ">=3.24.0 <3.723.0" exclude: ">=3.363.0 <=3.377.0" mode: "max-7" commands: npm run test - node: "14" versions: - include: "^3.24.0 && <3.567.0" + include: ">=3.24.0 <3.567.0" exclude: ">=3.363.0 <=3.377.0" mode: "max-7" commands: npm run test