Skip to content

Commit 150bf91

Browse files
authored
Update ci.yaml
Switch to beta branch
1 parent 3b03deb commit 150bf91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66

77
env:
8-
FLUTTER_VERSION: '3.24.3'
8+
FLUTTER_VERSION: '3.37.0-0.0.pre'
99

1010
jobs:
1111
analyze:
@@ -14,7 +14,7 @@ jobs:
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
@@ -25,7 +25,7 @@ jobs:
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 .
@@ -46,9 +46,9 @@ jobs:
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
5353
- run: flutter pub get
54-
- run: flutter build linux -v
54+
- run: flutter build linux -v

0 commit comments

Comments
 (0)