Bump some versions, build app with flutter 2.10

This commit is contained in:
Roland Geider
2022-02-19 21:46:14 +01:00
parent a1b0fce54f
commit 2e9356ecda
9 changed files with 75 additions and 53 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '2.8.x'
flutter-version: '2.10.x'
- name: Decrypt config files
run: |

View File

@@ -18,7 +18,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '2.8.x'
flutter-version: '2.10.x'
- run: dart --version
- run: flutter --version

View File

@@ -19,7 +19,8 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
channel: 'stable'
channel: 'stable'
flutter-version: '2.10.x'
- name: Get dependencies
run: flutter pub get