chore(repo): bump flutter version in pipelines

This commit is contained in:
Efthymis Sarmpanis
2023-12-04 12:50:05 +02:00
parent 20716c78e4
commit 2d2f5fe572
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: legacy_version_analyze
env:
# Note: The versions below should be manually updated after a new stable
# version comes out.
flutter_version: "3.10.6"
flutter_version: "3.13.9"
on:
push:
@@ -3,7 +3,7 @@ name: stream_flutter_workflow
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
flutter_channel: "stable"
flutter_version: "3.10.6"
flutter_version: "3.13.9"
on:
pull_request: