Fix SDK versions for Flutter packages in analyze tests (#96950)

Fixes https://github.com/flutter/flutter/issues/96931.
This commit is contained in:
Danny Tuppeny 2022-01-20 22:40:42 +00:00 committed by GitHub
parent 24439d9785
commit 9d64e94a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,13 +53,13 @@ void main() {
"name": "flutter",
"rootUri": "$flutterRootUri/packages/flutter",
"packageUri": "lib/",
"languageVersion": "2.10"
"languageVersion": "2.12"
},
{
"name": "sky_engine",
"rootUri": "$flutterRootUri/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "2.10"
"languageVersion": "2.12"
},
{
"name": "flutter_project",