Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 49e1ea7

Browse files
committed
Update workflow dart version
1 parent ddaadac commit 49e1ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- name: Install Flutter
1616
uses: subosito/flutter-action@v2
1717
with:
18-
flutter-version: '3.10.6'
19-
channel: 'stable'
18+
flutter-version: "3.24.0"
19+
channel: "stable"
2020

2121
- name: Install dependencies
2222
run: flutter pub get

0 commit comments

Comments
 (0)