-
Notifications
You must be signed in to change notification settings - Fork 81
Add running tests on min SDK and current beta #1392
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
Add running tests on min SDK and current beta #1392
Conversation
- Run webdev tests on 2.13.4 and beta - prevent breaks on latest stable - prevent breaks on next SDK stable release - Run dwds tests on beta - prevents breaks on next SDK stable release
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.
One comment -
(is .github/workflows/dart.yml
generated? I see a lot of diffs there, and it doesn't look hand-authored)
Yes, it is generated by |
- Run tests in CI for stable and dev - Move tests on beta to a sheduled job instead of on PR - Add tests to ensure that min SDK constraint in webdev and dwds matches major and minor versions of the current stable.
Re-requesting review for the latest update - changing min SDK constraint in dwds and webdev to match the current stable's major and minor versions. |
Related: #1390
Closes: #1393