Skip to content

Commit f474614

Browse files
committed
Change beta to stable to test on the CI
1 parent ea40c2b commit f474614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tool/github.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export JAVA_HOME=$JAVA_HOME_17_X64
1212
git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
1313
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
1414
flutter config --no-analytics
15-
flutter channel beta
15+
flutter channel stable
1616
flutter doctor
1717
export FLUTTER_SDK=`pwd`/../flutter
1818

tool/kokoro/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setup() {
2323
git clone --depth 1 https://github.com/flutter/flutter.git ../flutter
2424
export PATH="$PATH":`pwd`/../flutter/bin:`pwd`/../flutter/bin/cache/dart-sdk/bin
2525
flutter config --no-analytics
26-
flutter channel beta
26+
flutter channel stable
2727
flutter doctor
2828
export FLUTTER_SDK=`pwd`/../flutter
2929

0 commit comments

Comments
 (0)