Skip to content

Commit

Permalink
Update CD flutter version to 2.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 11, 2021
1 parent b0daeb3 commit 9464e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.5.x'
channel: 'stable'
- name: Install Flutter dependencies
run: flutter pub get
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.5.x'
channel: 'stable'
- run: flutter pub get
- run: flutter build ios --release --no-codesign
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Run Flutter tasks
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.x'
flutter-version: '2.5.x'
channel: 'stable'
- name: Upgrades flutter
run: flutter upgrade
Expand Down

0 comments on commit 9464e3d

Please sign in to comment.