Skip to content

Commit 5ce0cd8

Browse files
committed
Add any/specific version to job matrix
1 parent 49ade1c commit 5ce0cd8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@ jobs:
3232
- macos-latest
3333
channel: [stable, beta, master]
3434
dry-run: [true, false]
35+
version: ["any", "3.10.6"]
3536
git-source:
3637
- https://github.com/flutter/flutter.git
3738
- https://github.com/Flutter-Foundation/flutter.git
3839
- https://gitee.com/harmonycommando_flutter/flutter.git
3940
include:
4041
- operating-system: ubuntu-latest
4142
channel: main
43+
exclude:
44+
- channel: beta
45+
version: "3.10.6"
4246

4347
steps:
4448
- name: Clone repository
@@ -49,6 +53,7 @@ jobs:
4953
channel: ${{ matrix.channel }}
5054
dry-run: ${{ matrix.dry-run }}
5155
git-source: ${{ matrix.git-source }}
56+
flutter-version: ${{ matrix.version }}
5257
- name: Echo outputs
5358
run: |
5459
echo RUNNER-OS=${{ runner.os }}

0 commit comments

Comments
 (0)