Skip to content

Commit

Permalink
ci: pin flutter version at 3.10.x (ubuntu#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi authored May 18, 2023
1 parent efc0f16 commit 0ddefad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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

0 comments on commit 0ddefad

Please sign in to comment.