allow 2.12 prerelease sdks in flutter_goldens[_client] (#69148)

This commit is contained in:
Jacob MacDonald 2020-10-27 17:16:24 -07:00 committed by GitHub
parent b86fa13235
commit fb508db94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: flutter_goldens
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-4.0.dev <2.11.0"
sdk: ">=2.10.0-4.0.dev <2.12.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".

View File

@ -2,7 +2,7 @@ name: flutter_goldens_client
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-4.0.dev <2.11.0"
sdk: ">=2.10.0-4.0.dev <2.12.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".