Skip to content

Commit

Permalink
Updated Flutter version in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMitkowski committed Aug 8, 2024
1 parent d29fd65 commit 9c83404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '[0-9]+.[0-9]+.[0-9]+*'

env:
FLUTTER_VERSION: 3.19.6
FLUTTER_VERSION: 3.22.2

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: 3.19.6
FLUTTER_VERSION: 3.22.2

jobs:
tests:
Expand Down

0 comments on commit 9c83404

Please sign in to comment.