Skip to content

Commit 3b65899

Browse files
authored
Update sdk version in temp testing package (#122423)
1 parent e77cb1a commit 3b65899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/commands.shard/hermetic/analyze_continuously_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void main() {
6060
pubspecFile.writeAsStringSync('''
6161
name: foo_project
6262
environment:
63-
sdk: '>=2.10.0 <4.0.0'
63+
sdk: '>=2.12.0 <4.0.0'
6464
''');
6565

6666
final File dartFile = fileSystem.file(fileSystem.path.join(directory.path, 'lib', 'main.dart'));

0 commit comments

Comments
 (0)