Skip to content

[ci] Update legacy Flutter version tests #3087

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

Merged
merged 3 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ task:
CHANNEL: "3.0.5"
DART_VERSION: "2.17.6"
env:
CHANNEL: "2.10.5"
DART_VERSION: "2.16.2"
CHANNEL: "3.3.10"
DART_VERSION: "2.18.6"
package_prep_script:
# Allow analyzing packages that use a dev dependency with a higher
# minimum Flutter/Dart version than the package itself.
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT

- Updates minimum Flutter version to 2.10.
- Updates minimum Flutter version to 3.0.
- Updates package description.

## 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/css_colors/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 1.1.1

environment:
sdk: '>=2.12.0 <3.0.0'
Copy link
Member

Choose a reason for hiding this comment

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

Should we remove the higher bound for the sdk in these as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

Or set to <4.0.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.

That would be a separate PR, both since it's unrelated to this change and would affect more packages.

It's also still not clear to me if that's correct to do yet.

flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT

* Updates minimum Flutter version to 2.10.
* Updates minimum Flutter version to 3.0.

## 0.0.1

Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic_layouts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: none

environment:
sdk: '>=2.17.6 <3.0.0'
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## NEXT

* Updates minimum Flutter version to 2.10.
* Updates minimum Flutter version to 3.0.

## 2.0.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
extension_google_sign_in_as_googleapis_auth:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version: 2.0.7

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_markdown/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: '>=2.18.0 <3.0.0'
flutter: ">=2.5.0"
flutter: ">=3.0.0"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion packages/pigeon/platform_tests/test_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: '>=2.18.0 <3.0.0'
flutter: ">=2.5.0"
flutter: ">=3.0.0"

flutter:
plugin:
Expand Down
4 changes: 4 additions & 0 deletions packages/pointer_interceptor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Updates minimum Flutter version to 3.0.

## 0.9.3+3

* Fixes lint warnings.
Expand Down
2 changes: 1 addition & 1 deletion packages/pointer_interceptor/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/pointer_interceptor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.9.3+3

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.10.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down