Skip to content

Commit

Permalink
Upgrade Flutter version used in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michaël Ohayon <[email protected]>
  • Loading branch information
mikklfr committed Jan 23, 2025
1 parent 4b9c199 commit a34a20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: '2.0.3'
flutter-version: '3.27.3'
- name: Install dependencies
run: flutter pub get
- name: Run dart analyze
Expand Down

0 comments on commit a34a20b

Please sign in to comment.