Skip to content

Commit

Permalink
Merge pull request #224 from droibit/feature/avoid_errors_on_ci
Browse files Browse the repository at this point in the history
Update Flutter version in CI workflows to avoid lint errors
  • Loading branch information
droibit authored Dec 16, 2024
2 parents 9a425fc + 36b52a8 commit 1d981f5
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 1d981f5

Please sign in to comment.