Update to flutter 2.8

This commit is contained in:
Roland Geider
2022-01-23 21:57:42 +01:00
parent 22bd5544ef
commit 4bb91f1c14
6 changed files with 11 additions and 11 deletions

View File

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

View File

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