Skip to content

Commit

Permalink
Use flutter-version: '2.8.0' over channel: 'stable' (PR comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jan 14, 2022
1 parent 9dfa5b7 commit a4197f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/realm-flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
flutter-version: '2.8.0'

- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realm-flutter-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1.5.3
with:
channel: 'stable'
flutter-version: '2.8.0'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit a4197f9

Please sign in to comment.