Skip to content

Commit a34a20b

Browse files
committed
Upgrade Flutter version used in CI
Signed-off-by: Michaël Ohayon <[email protected]>
1 parent 4b9c199 commit a34a20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Flutter
2323
uses: subosito/flutter-action@v1
2424
with:
25-
flutter-version: '2.0.3'
25+
flutter-version: '3.27.3'
2626
- name: Install dependencies
2727
run: flutter pub get
2828
- name: Run dart analyze

0 commit comments

Comments
 (0)