From d473d927249ed84b4f032b558f97bd87f666aaa3 Mon Sep 17 00:00:00 2001 From: RainVisitor Date: Wed, 21 Jul 2021 15:39:06 +0800 Subject: [PATCH] Update CD flutter version to 2.2.x --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 378fb1bb..b90c250d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v1 with: - flutter-version: '2.0.x' + flutter-version: '2.2.x' channel: 'stable' - name: Install Flutter dependencies run: flutter pub get @@ -65,7 +65,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v1 with: - flutter-version: '2.0.x' + flutter-version: '2.2.x' channel: 'stable' - run: flutter pub get - run: flutter build ios --release --no-codesign @@ -126,7 +126,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v1 with: - flutter-version: '2.0.x' + flutter-version: '2.2.x' channel: 'stable' - name: Upgrades flutter run: flutter upgrade