Skip to content

Commit

Permalink
Upgrade Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Nov 16, 2023
1 parent 85220b6 commit d8bd7e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.13.6'
flutter_version: '3.16.0'

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

env:
flutter_version: '3.13.6'
flutter_version: '3.16.0'

jobs:
# Since Fastlane also builds, there is no way to split jobs without sacrificing build time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.13.6'
flutter_version: '3.16.0'

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

env:
flutter_version: '3.13.6'
flutter_version: '3.16.0'

jobs:
test-build:
Expand Down

0 comments on commit d8bd7e9

Please sign in to comment.