Skip to content

Commit

Permalink
change build_test flutter-version to 2.10.5 (#205)
Browse files Browse the repository at this point in the history
* perf: `Demo Theme`  修改 Demo 主题色。

* perf: remove async

* mod: change build_test flutter-version to 2.10.5
  • Loading branch information
violinday authored Apr 29, 2022
1 parent e90f411 commit 66e9efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.10.3'
flutter-version: '2.10.5'
- run: dart --version
- run: flutter --version
- run: flutter pub get
Expand All @@ -40,7 +40,7 @@ jobs:
java-version: '8.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.10.3'
flutter-version: '2.10.5'
- run: dart --version
- run: flutter --version
- run: flutter pub get
Expand Down

0 comments on commit 66e9efe

Please sign in to comment.