Skip to content

Commit

Permalink
fix: Update workflows flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed May 15, 2023
1 parent 91c5160 commit 37ccfa9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
flutter-version: '3.10.0'
- run: flutter pub get
- name: Run Tests
run: flutter test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
flutter-version: '3.10.0'
- run: flutter pub get
- name: Run Tests
run: flutter test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.7.0'
flutter-version: '3.10.0'
channel: 'stable' # or: 'beta', 'dev' or 'master'
- run: flutter pub get
- run: flutter test ./test/mirea_test.dart
Expand Down

0 comments on commit 37ccfa9

Please sign in to comment.