Skip to content

Commit

Permalink
Use Flutter 1.22 when building
Browse files Browse the repository at this point in the history
  • Loading branch information
IoanaAlexandru committed Oct 17, 2020
1 parent 03f72c9 commit a23b75c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: '1.22.x'

- name: Get packages
run: flutter pub get
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: '1.22.x'

- name: Install dependencies
run: flutter pub get
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
flutter-version: '1.22.x'

- name: Get packages
run: flutter pub get
Expand Down

0 comments on commit a23b75c

Please sign in to comment.