Skip to content

Commit

Permalink
feat: bump CI/CD flutter version from 3.19.9 to 3.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdang198 committed Sep 23, 2024
1 parent 09f18d4 commit df84f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.13.9'
FLUTTER_VERSION: '3.22.2'

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: '3.13.9'
FLUTTER_VERSION: '3.22.2'

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.9'
flutter-version: '3.22.2'
- name: Install dependencies
run: flutter pub get
- name: Analyze
Expand Down

0 comments on commit df84f6b

Please sign in to comment.