Unverified Commit 3b658992 authored by Jim Graham's avatar Jim Graham Committed by GitHub

Update sdk version in temp testing package (#122423)

parent e77cb1a0
......@@ -60,7 +60,7 @@ void main() {
pubspecFile.writeAsStringSync('''
name: foo_project
environment:
sdk: '>=2.10.0 <4.0.0'
sdk: '>=2.12.0 <4.0.0'
''');
final File dartFile = fileSystem.file(fileSystem.path.join(directory.path, 'lib', 'main.dart'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment