Skip to content

Commit

Permalink
Update flutter version in the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
MoazSalem committed Oct 22, 2023
1 parent ba418a6 commit e2021f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:

env:
flutter-version: "3.10.5"
flutter-version: "3.13.8"
FLUTTER_TOOLS_CACHE: |
/opt/hostedtoolcache/flutter/stable-3.10.5-x64/packages/flutter_tools
/opt/hostedtoolcache/flutter/stable-3.18.8-x64/packages/flutter_tools
BUILD_CACHE: |
build
.dart_tool
Expand Down

0 comments on commit e2021f9

Please sign in to comment.