Skip to content

Commit

Permalink
[CI/CD] update flutter version
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Khadse <[email protected]>
  • Loading branch information
Ritsz123 committed Jul 28, 2022
1 parent 88822bd commit 1c28d4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '2.10.3'
flutter-version: '3.0.5'

- name: "Activate remove_from_coverage package"
run: |
pub global activate remove_from_coverage
run: flutter pub global activate remove_from_coverage

- name: 'Flutter Doctor'
run: flutter doctor -v
Expand Down

0 comments on commit 1c28d4b

Please sign in to comment.