Bump flutter version

This commit is contained in:
Roland Geider
2024-12-12 21:08:46 +01:00
parent a44c758843
commit 6e8a3a7122
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.24.x
flutter-version: 3.27.x
- name: Flutter info
run: |

View File

@@ -20,7 +20,7 @@ jobs:
with:
cache: true
channel: 'stable'
flutter-version: '3.24.x'
flutter-version: '3.27.x'
- run: dart --version
- run: flutter --version