We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845dfe0 commit fb8fd0aCopy full SHA for fb8fd0a
.github/workflows/base.yaml
@@ -19,6 +19,9 @@ concurrency:
19
jobs:
20
build:
21
runs-on: macos-latest
22
+ strategy:
23
+ matrix:
24
+ flutter-version: [stable, beta]
25
26
steps:
27
- uses: actions/checkout@v4
@@ -39,6 +42,7 @@ jobs:
39
42
uses: kuhnroyal/flutter-fvm-config-action/setup@v3
40
43
with:
41
44
path: '.fvmrc'
45
+ flavor: ${{ matrix.flutter-version }}
46
- name: Install dependencies
47
run: flutter pub get
48
- name: Format code
0 commit comments