Skip to content

Commit a77fb81

Browse files
[ci] Update for 3.27 stable release (#8284)
Updates CI with the steps from [the stable release playbook](https://github.com/flutter/flutter/blob/master/docs/ecosystem/release/Updating-Packages-repo-for-a-stable-release.md) to account for the new 3.27 stable release.
1 parent 4bb45fc commit a77fb81

File tree

237 files changed

+519
-317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+519
-317
lines changed

.ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,21 @@ targets:
292292
timeout: 30
293293
properties:
294294
target_file: analyze_legacy.yaml
295-
channel: "3.22.3"
295+
channel: "3.24.5"
296296
env_variables: >-
297297
{
298-
"CHANNEL": "3.22.3"
298+
"CHANNEL": "3.24.5"
299299
}
300300
301301
- name: Linux analyze_legacy N-2
302302
recipe: packages/packages
303303
timeout: 30
304304
properties:
305305
target_file: analyze_legacy.yaml
306-
channel: "3.19.6"
306+
channel: "3.22.3"
307307
env_variables: >-
308308
{
309-
"CHANNEL": "3.19.6"
309+
"CHANNEL": "3.22.3"
310310
}
311311
312312
- name: Linux_android custom_package_tests master

.ci/targets/repo_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks:
2828
script: .ci/scripts/tool_runner.sh
2929
args:
3030
- "pubspec-check"
31-
- "--min-min-flutter-version=3.19.0"
31+
- "--min-min-flutter-version=3.22.0"
3232
- "--allow-dependencies=script/configs/allowed_unpinned_deps.yaml"
3333
- "--allow-pinned-dependencies=script/configs/allowed_pinned_deps.yaml"
3434
always: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# the change if it doesn't.
3232
run: |
3333
cd $HOME
34-
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.24.0 _flutter
34+
git clone https://github.com/flutter/flutter.git --depth 1 -b 3.27.0 _flutter
3535
echo "$HOME/_flutter/bin" >> $GITHUB_PATH
3636
cd $GITHUB_WORKSPACE
3737
# Checks out a copy of the repo.

packages/animations/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## NEXT
22

3-
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
3+
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
44

55
## 2.0.11
66

packages/animations/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish_to: none
66
version: 0.0.1
77

88
environment:
9-
sdk: ^3.3.0
10-
flutter: ">=3.19.0"
9+
sdk: ^3.4.0
10+
flutter: ">=3.22.0"
1111

1212
dependencies:
1313
animations:

packages/animations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
55
version: 2.0.11
66

77
environment:
8-
sdk: ^3.3.0
9-
flutter: ">=3.19.0"
8+
sdk: ^3.4.0
9+
flutter: ">=3.22.0"
1010

1111
dependencies:
1212
flutter:

packages/camera/camera/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
4+
15
## 0.11.0+2
26

37
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

packages/camera/camera/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Demonstrates how to use the camera plugin.
33
publish_to: none
44

55
environment:
6-
sdk: ^3.3.0
7-
flutter: ">=3.19.0"
6+
sdk: ^3.4.0
7+
flutter: ">=3.22.0"
88

99
dependencies:
1010
camera:

packages/camera/camera/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
77
version: 0.11.0+2
88

99
environment:
10-
sdk: ^3.3.0
11-
flutter: ">=3.19.0"
10+
sdk: ^3.4.0
11+
flutter: ">=3.22.0"
1212

1313
flutter:
1414
plugin:

packages/camera/camera_avfoundation/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
4+
15
## 0.9.17+5
26

37
* Adds ability to use any supported FPS and fixes crash when using unsupported FPS.

0 commit comments

Comments
 (0)