Skip to content

Commit

Permalink
Add SDK constraint to a pubspec (flutter#22375)
Browse files Browse the repository at this point in the history
This appears to be blocking the Dart SDK roll.
  • Loading branch information
zanderso authored Nov 7, 2020
1 parent e231e3b commit f042181
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: engine_tests

environment:
sdk: '>=2.8.0 <3.0.0'

dependencies:
test: 1.3.0
path: 1.6.2
Expand Down

0 comments on commit f042181

Please sign in to comment.