Skip to content

Commit fb8fd0a

Browse files
ci: update pipeline to build flutter beta version
1 parent 845dfe0 commit fb8fd0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/base.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ concurrency:
1919
jobs:
2020
build:
2121
runs-on: macos-latest
22+
strategy:
23+
matrix:
24+
flutter-version: [stable, beta]
2225

2326
steps:
2427
- uses: actions/checkout@v4
@@ -39,6 +42,7 @@ jobs:
3942
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
4043
with:
4144
path: '.fvmrc'
45+
flavor: ${{ matrix.flutter-version }}
4246
- name: Install dependencies
4347
run: flutter pub get
4448
- name: Format code

0 commit comments

Comments
 (0)