Skip to content

Commit

Permalink
Update Flutter version in CI workflows to avoid lint errors in versio…
Browse files Browse the repository at this point in the history
…n 3.27.0 and later
  • Loading branch information
droibit committed Dec 16, 2024
1 parent 9a425fc commit 36b52a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_implementation_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# This workflow is designed to avoid lint errors in Flutter version 3.27.0 and later.
# ref. https://github.com/flutter/flutter/issues/159739
flutter-version: 3.24.0
- name: Get flutter dependencies
run: flutter pub get
working-directory: ./flutter_custom_tabs_android
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ios_implementation_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# This workflow is designed to avoid lint errors in Flutter version 3.27.0 and later.
# ref. https://github.com/flutter/flutter/issues/159739
flutter-version: 3.24.0
- uses: irgaly/setup-mint@v1
with:
mint-directory: ./flutter_custom_tabs_ios
Expand Down

0 comments on commit 36b52a8

Please sign in to comment.