Bump flutter version to 3.7

This commit is contained in:
Roland Geider
2023-01-27 19:59:11 +01:00
parent 12310f4a5c
commit e129b2bb8a
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -19,7 +19,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.3.x'
flutter-version: '3.7.x'
- run: dart --version
- run: flutter --version

View File

@@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.3.x'
flutter-version: '3.7.x'
- name: Get dependencies
run: flutter pub get