@@ -41,12 +41,12 @@ jobs:
4141 - uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
4242 name : Setup flutter
4343 with :
44- flutter-version : " 3.27 .x"
44+ flutter-version : " 3.32 .x"
4545 channel : " stable"
4646 cache : true
4747 - uses : bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
4848 with :
49- melos-version : " 6.0.0 "
49+ melos-version : " 6.3.2 "
5050 - name : " Run flutter test"
5151 run : melos run test:dart
5252
@@ -67,13 +67,13 @@ jobs:
6767 - name : Setup flutter
6868 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
6969 with :
70- flutter-version : " 3.27 .x"
70+ flutter-version : " 3.32 .x"
7171 channel : " stable"
7272 cache : true
7373 - name : Setup melos
7474 uses : bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
7575 with :
76- melos-version : " 6.0.0 "
76+ melos-version : " 6.3.2 "
7777 - name : " Run Android native unit tests"
7878 run : melos run test:android
7979 - name : Upload build artifact
@@ -97,27 +97,27 @@ jobs:
9797 - name : Setup flutter
9898 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
9999 with :
100- flutter-version : " 3.27 .x"
100+ flutter-version : " 3.32 .x"
101101 channel : " stable"
102102 cache : true
103103 - name : Setup melos
104104 uses : bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
105105 with :
106- melos-version : " 6.0.0 "
106+ melos-version : " 6.3.2 "
107107 - name : Cache podfiles
108108 uses : actions/cache@v4
109109 with :
110110 path : " **/Pods"
111111 key : ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}
112112 restore-keys : |
113113 ${{ runner.os }}-pods-
114- - name : Select XCode 16.1
115- run : sudo xcode-select -s '/Applications/Xcode_16.1 .0.app/Contents/Developer'
114+ - name : Select XCode 16.2
115+ run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
116116 - name : Generate necessary files with flutter build
117117 working-directory : ${{ env.working_directory }}
118118 run : flutter build ios --config-only
119119 - name : " Run iOS native unit tests"
120- run : TEST_DEVICE='iPhone 16 Pro' TEST_OS='18.1 ' melos run test:ios
120+ run : TEST_DEVICE='iPhone 16 Pro' TEST_OS='18.2 ' melos run test:ios
121121 - name : Upload build artifact
122122 uses : actions/upload-artifact@v4
123123 with :
@@ -147,13 +147,13 @@ jobs:
147147 - name : Setup flutter
148148 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
149149 with :
150- flutter-version : " 3.27 .x"
150+ flutter-version : " 3.32 .x"
151151 channel : " stable"
152152 cache : true
153153 - name : Setup melos
154154 uses : bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
155155 with :
156- melos-version : " 6.0.0 "
156+ melos-version : " 6.3.2 "
157157 - name : Download Build Artifact
158158 uses : actions/download-artifact@v4
159159 with :
@@ -184,14 +184,14 @@ jobs:
184184 - name : Setup flutter
185185 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
186186 with :
187- flutter-version : " 3.27 .x"
187+ flutter-version : " 3.32 .x"
188188 channel : " stable"
189189 cache : true
190190 architecture : x64
191191 - name : Setup melos
192192 uses : bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
193193 with :
194- melos-version : " 6.0.0 "
194+ melos-version : " 6.3.2 "
195195 - name : Cache podfiles
196196 uses : actions/cache@v4
197197 with :
@@ -203,8 +203,8 @@ jobs:
203203 uses : actions/download-artifact@v4
204204 with :
205205 name : ${{ runner.os }}-build-artifact
206- - name : Select XCode 16.1
207- run : sudo xcode-select -s '/Applications/Xcode_16.1 .0.app/Contents/Developer'
206+ - name : Select XCode 16.2
207+ run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
208208 - name : " Run build for iOS"
209209 run : melos run flutter-build-ios
210210 - name : Upload build artifact
@@ -260,7 +260,7 @@ jobs:
260260 - name : Setup flutter
261261 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
262262 with :
263- flutter-version : " 3.27 .x"
263+ flutter-version : " 3.32 .x"
264264 channel : " stable"
265265 cache : true
266266 - name : Download Build Artifact
@@ -328,11 +328,11 @@ jobs:
328328 - name : Setup flutter
329329 uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
330330 with :
331- flutter-version : " 3.27 .x"
331+ flutter-version : " 3.32 .x"
332332 channel : " stable"
333333 cache : true
334- - name : Select XCode 16.1
335- run : sudo xcode-select -s '/Applications/Xcode_16.1 .0.app/Contents/Developer'
334+ - name : Select XCode 16.2
335+ run : sudo xcode-select -s '/Applications/Xcode_16.2 .0.app/Contents/Developer'
336336 - name : Start iOS simulator
337337 run : |
338338 SIMULATOR_NAME="iPhone 16 Pro"
0 commit comments