Skip to content

Commit ef428e0

Browse files
ci: update pipeline to build flutter beta version
1 parent 66f5d88 commit ef428e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/base.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
build:
2020
name: Build package & run tests
2121
runs-on: ubuntu-latest
22+
strategy:
23+
matrix:
24+
flutter-version: [stable, beta]
25+
2226
steps:
2327
- name: Checkout repository
2428
uses: actions/checkout@v4
@@ -32,7 +36,7 @@ jobs:
3236
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
3337
with:
3438
path: '.fvmrc'
35-
flavor: 'stable'
39+
flavor: ${{ matrix.flutter-version }}
3640
- name: Install dependencies
3741
run: dart pub get
3842
- name: Run l10n

0 commit comments

Comments
 (0)