Skip to content
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

allow 3.6.x sdks #3724

Merged
merged 1 commit into from
Jul 1, 2024
Merged

allow 3.6.x sdks #3724

merged 1 commit into from
Jul 1, 2024

Conversation

jakemac53
Copy link
Contributor

unblock the version bump in the SDK

description: >-
Builders to analyze and split Dart code into individually compilable modules
based on imports.
repository: https://github.com/dart-lang/build/tree/master/build_modules
resolution: workspace

environment:
sdk: '>=3.5.0-259.0.dev <3.6.0'
sdk: '>=3.5.0-259.0.dev <3.7.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason not to change the lower bound to >=3.5.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, 3.5 isn't actually out yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At a minimum our "pubspec" SDK jobs would fail.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, surprising that we're prepping for 3.6 without launching 3.5...

LGTM.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it happens when we cut the branch that will be 3.5 stable. That way we don't have misleading -dev tags that make people put in bad constraints.

@jakemac53 jakemac53 merged commit f038c9c into master Jul 1, 2024
70 checks passed
@jakemac53 jakemac53 deleted the allow-3.7 branch July 1, 2024 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants