Skip to content

Commit 9f7fcb4

Browse files
committed
fix: restore min_version_test Flutter version to 3.24.0
The min_version_test exists to validate that the SDK works with the minimum declared Flutter version (3.24.0). The version was incorrectly bumped to 3.35.6 during automated sync conflict resolution, which would no longer catch regressions when using APIs introduced after Flutter 3.24.0.
1 parent 54b8532 commit 9f7fcb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/min_version_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
3434
with:
35-
flutter-version: '3.35.6'
35+
flutter-version: '3.24.0'
3636

3737
- name: Build Android
3838
run: |
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
5151
with:
52-
flutter-version: '3.35.6'
52+
flutter-version: '3.24.0'
5353

5454
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # [email protected]
5555
with:
@@ -84,7 +84,7 @@ jobs:
8484

8585
- uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # [email protected]
8686
with:
87-
flutter-version: '3.35.6'
87+
flutter-version: '3.24.0'
8888

8989
- name: Build web
9090
run: |

min_version_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: 1.0.0+1
1919

2020
environment:
2121
sdk: '3.5.0'
22-
flutter: '3.35.6'
22+
flutter: '3.24.0'
2323

2424
# Dependencies specify other packages that your package needs in order to work.
2525
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)