Skip to content

Commit

Permalink
Upgrade flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Nov 8, 2024
1 parent 705a530 commit 6c124f8
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-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.22.2'
flutter-version: '3.24.4'

- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.22.3"
flutter-version: "3.24.4"
- name: Install dependencies
run: flutter pub get
- name: Publish
Expand Down

0 comments on commit 6c124f8

Please sign in to comment.