Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Updated Workflow Flutter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Aug 24, 2020
1 parent d6eff01 commit 387754c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Setup 🔨
uses: subosito/flutter-action@v1
with:
flutter-version: '1.19.0-5.0.pre'
channel: 'dev'
flutter-version: '1.20.0'
channel: 'stable'

- name: Analyze 🔍
run: |
Expand All @@ -35,8 +35,8 @@ jobs:
- name: Setup 🔨
uses: subosito/flutter-action@v1
with:
flutter-version: '1.19.0-5.0.pre'
channel: 'dev'
flutter-version: '1.20.0'
channel: 'stable'

- name: Test 🔧
run: |
Expand Down

0 comments on commit 387754c

Please sign in to comment.