From e942abf82b1ebcb477299caf9aceb4b35d46c6c5 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 6 Nov 2020 16:23:48 -0800 Subject: [PATCH] Add SDK constraint to a pubspec This appears to be blocking the Dart SDK roll. --- testing/dart/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/dart/pubspec.yaml b/testing/dart/pubspec.yaml index 2d6e17fd92982..a605e5bd2d4a1 100644 --- a/testing/dart/pubspec.yaml +++ b/testing/dart/pubspec.yaml @@ -1,4 +1,8 @@ name: engine_tests + +environment: + sdk: '>=2.8.0 <3.0.0' + dependencies: test: 1.3.0 path: 1.6.2