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

Commit 0ddefad

Browse files
authored
ci: pin flutter version at 3.10.x (#344)
1 parent efc0f16 commit 0ddefad

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/flutter-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: subosito/flutter-action@v2
1818
with:
1919
channel: 'stable'
20+
flutter-version: '3.10.x'
2021

2122
- name: Get dependencies
2223
run: flutter pub get
@@ -32,6 +33,7 @@ jobs:
3233
- uses: subosito/flutter-action@v2
3334
with:
3435
channel: 'stable'
36+
flutter-version: '3.10.x'
3537

3638
- name: Get dependencies
3739
run: flutter pub get
@@ -51,6 +53,7 @@ jobs:
5153
- uses: subosito/flutter-action@v2
5254
with:
5355
channel: 'stable'
56+
flutter-version: '3.10.x'
5457

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

6771
- name: Get dependencies
6872
run: flutter pub get
@@ -78,6 +82,7 @@ jobs:
7882
- uses: subosito/flutter-action@v2
7983
with:
8084
channel: 'stable'
85+
flutter-version: '3.10.x'
8186

8287
- name: Get dependencies
8388
run: flutter pub get

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: subosito/flutter-action@v1
14+
with:
15+
channel: 'stable'
16+
flutter-version: '3.10.x'
1417
- uses: bluefireteam/flutter-gh-pages@v7
1518
with:
1619
workingDir: example

0 commit comments

Comments
 (0)