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

build(deps): Pin to Dart 2.19.6 #1029

Merged
merged 1 commit into from
May 11, 2023
Merged

build(deps): Pin to Dart 2.19.6 #1029

merged 1 commit into from
May 11, 2023

Conversation

cpswan
Copy link
Member

@cpswan cpswan commented May 11, 2023

Tests are failing because sdk: stable now pulls in Dart 3.0.0, but our pubspec.yaml files generally say:

environment:
  sdk: '>=2.12.0 <3.0.0'

- What I did

Pinned to Dart 2.19.6

- How I did it

+sdk: 2.19.6
-sdk: stable

- How to verify it

Tests should start passing again

- Description for the changelog

build(deps): Pin to Dart 2.19.6

@cpswan cpswan self-assigned this May 11, 2023
@cpswan cpswan merged commit 3462a02 into trunk May 11, 2023
6 checks passed
@cpswan cpswan deleted the cpswan-pin-dart-2.19.6 branch May 11, 2023 09:58
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.

None yet

2 participants