-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
experimenting with building against a specific flutter sdk #3197
Conversation
After this, we might want to follow up with one or more of:
|
@@ -23,11 +22,11 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
channel: | |||
- master | |||
# When updating this version, also update the version in flutter-version.txt. | |||
- 2.4.0-4.0.pre |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a comment describing how often we need to update this and which version we should be selecting when we do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
experimenting with building against a specific flutter sdk:
TRAVIS_OS_NAME
) build file cruft2.4.0-4.0.pre
)flutter-version.txt
is the same version that the CI is testing