Skip to content

Commit

Permalink
chore(repo): bump flutter version in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
esarbanis committed Dec 4, 2023
1 parent 20716c7 commit 2d2f5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/legacy_version_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stream_flutter_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d2f5fe

Please sign in to comment.