Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

ci: pin flutter version at 3.10.x #344

Merged
merged 1 commit into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'

- name: Get dependencies
run: flutter pub get
Expand All @@ -32,6 +33,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'

- name: Get dependencies
run: flutter pub get
Expand All @@ -51,6 +53,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'

- name: Check for any formatting issues
run: dart format --set-exit-if-changed .
Expand All @@ -63,6 +66,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'

- name: Get dependencies
run: flutter pub get
Expand All @@ -78,6 +82,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.10.x'

- name: Get dependencies
run: flutter pub get
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.10.x'
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
Expand Down