Skip to content

Commit 1a2887e

Browse files
authored
Update main.yml
1 parent 37d748b commit 1a2887e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: subosito/flutter-action@v1
2121
with:
2222
channel: 'stable' # 'dev', 'master', default to: 'stable'
23-
flutter-version: '3.0.5' # this is your flutter version<make sure your flutter version>
23+
flutter-version: '3.3.0' # this is your flutter version<make sure your flutter version>
2424
- run: flutter pub get
2525

2626
# - run: flutter test # Run widget tests for our flutter project.I'm not run for now.

0 commit comments

Comments
 (0)