Skip to content

Commit c1e0015

Browse files
committed
update flutter version
1 parent 7bfd765 commit c1e0015

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
- uses: subosito/flutter-action@v2
1919
with:
2020
# same with pubspec.yaml
21-
flutter-version: "2.8.1"
22-
- uses: maxim-lobanov/setup-xcode@v1
23-
with:
24-
xcode-version: latest-stable
21+
flutter-version: "3.0.0"
2522
- run: flutter pub get
2623
working-directory: dart_native/example
2724
- run: flutter test --no-pub test/

0 commit comments

Comments
 (0)