update flutter version
Some checks failed
Test, Build and Release apk / Build APK (push) Failing after 17m25s
Test, Build and Release web / Build Web (push) Failing after 18m18s

This commit is contained in:
Remy Moll 2024-05-04 11:35:13 +02:00
parent 110537fabc
commit 9bf047442e
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.19.0 flutter-version: 3.19.6
cache: true cache: true
- run: flutter config --no-cli-animations - run: flutter config --no-cli-animations
- run: flutter pub get -v - run: flutter pub get -v

View File

@ -14,7 +14,7 @@ jobs:
- uses: https://github.com/subosito/flutter-action@v2 - uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.19.0 flutter-version: 3.19.6
cache: true cache: true
- run: flutter pub get - run: flutter pub get
# - run: flutter test # - run: flutter test