Skip to content

Commit b379a5c

Browse files
Merge pull request #1133 from zino-hofmann/macros/flutter3
ci: fixed CI to continue to use flutter 2.x
2 parents ad8aec7 + f5c8065 commit b379a5c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/graphql_flutter_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
- uses: subosito/flutter-action@v1
1111
with:
1212
channel: 'stable'
13+
flutter-version: '2.10.5'
1314
- run: make dep
1415
- run: make ci_fmt_flutter

.github/workflows/graphql_flutter_codcoverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: subosito/flutter-action@v1
1111
with:
1212
channel: 'stable'
13+
flutter-version: '2.10.5'
1314
- run: |
1415
make dep
1516
make ci_coverage_flutter

.github/workflows/graphql_flutter_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: subosito/flutter-action@v1
1111
with:
1212
channel: 'stable'
13+
flutter-version: '2.10.5'
1314
- name: Install dependencies
1415
run: make dep
1516
- name: Tests

.github/workflows/packages_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: subosito/flutter-action@v1
1111
with:
1212
sdk: stable
13+
flutter-version: '2.10.5'
1314
- name: Install dependencies
1415
run: make dep
1516
- name: Code formatting check

0 commit comments

Comments
 (0)