Skip to content

Commit

Permalink
update flutter version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBissekkou committed Jun 28, 2023
1 parent e277786 commit 86dff7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

env:
FLUTTER_CHANNEL: 'stable'
FLUTTER_VERSION: '3.7.7'
FLUTTER_VERSION: '3.10.5'

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [workflow_dispatch]

env:
FLUTTER_CHANNEL: 'stable'
FLUTTER_VERSION: '2.10.5'
FLUTTER_VERSION: '3.10.5'

jobs:
format:
Expand Down

0 comments on commit 86dff7a

Please sign in to comment.