File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 branches : [master]
66
77env :
8- FLUTTER_VERSION : ' 3.24.3 '
8+ FLUTTER_VERSION : ' 3.37.0-0.0.pre '
99
1010jobs :
1111 analyze :
1414 - uses : actions/checkout@v4
1515 - uses : subosito/flutter-action@v2
1616 with :
17- channel : ' stable '
17+ channel : ' beta '
1818 flutter-version : ${{env.FLUTTER_VERSION}}
1919 - run : flutter pub get
2020 - run : flutter analyze --fatal-infos
2525 - uses : actions/checkout@v4
2626 - uses : subosito/flutter-action@v2
2727 with :
28- channel : ' stable '
28+ channel : ' beta '
2929 flutter-version : ${{env.FLUTTER_VERSION}}
3030 - run : flutter pub get
3131 - run : dart format --set-exit-if-changed .
3636 # - uses: actions/checkout@v4
3737 # - uses: subosito/flutter-action@v2
3838 # with:
39- # channel: 'stable '
39+ # channel: 'beta '
4040 # flutter-version: ${{env.FLUTTER_VERSION}}
4141 # - run: flutter test
4242
4646 - uses : actions/checkout@v4
4747 - uses : subosito/flutter-action@v2
4848 with :
49- channel : ' stable '
49+ channel : ' beta '
5050 flutter-version : ${{env.FLUTTER_VERSION}}
5151 - run : sudo apt update
5252 - run : sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev
You can’t perform that action at this time.
0 commit comments