Skip to content

Commit 878a6ce

Browse files
committed
Update ci pipelines to Flutter SDK v1.9.1+hotfix.2
1 parent 2dcfed5 commit 878a6ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
"android":
55
docker:
6-
- image: mobiledevops/flutter-sdk-image:v1.7.8-hotfix.4
6+
- image: mobiledevops/flutter-sdk-image:v1.9.1-hotfix.2
77
steps:
88
- checkout
99
- run:
@@ -20,7 +20,7 @@ jobs:
2020
command: npm install -g fvm
2121
- run:
2222
name: Install Flutter SDK
23-
command: fvm stable && fvm v1.7.8+hotfix.4
23+
command: fvm stable && fvm v1.9.1+hotfix.2
2424
- run:
2525
name: Compile iOS App
2626
command: flutter build ios --release --no-codesign

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: mobiledevops/flutter-sdk-image:v1.7.8-hotfix.4
1+
image: mobiledevops/flutter-sdk-image:v1.9.1-hotfix.2
22

33
stages:
44
- build

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
env:
33
global:
4-
- FLUTTER_VERSION=v1.7.8+hotfix.4
5-
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:v1.7.8-hotfix.4
4+
- FLUTTER_VERSION=v1.9.1+hotfix.2
5+
- DOCKER_IMAGE=mobiledevops/flutter-sdk-image:v1.9.1-hotfix.2
66

77
matrix:
88
include:

0 commit comments

Comments
 (0)