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 49ade1c commit 5ce0cd8Copy full SHA for 5ce0cd8
1 file changed
.github/workflows/workflow.yaml
@@ -32,13 +32,17 @@ jobs:
32
- macos-latest
33
channel: [stable, beta, master]
34
dry-run: [true, false]
35
+ version: ["any", "3.10.6"]
36
git-source:
37
- https://github.com/flutter/flutter.git
38
- https://github.com/Flutter-Foundation/flutter.git
39
- https://gitee.com/harmonycommando_flutter/flutter.git
40
include:
41
- operating-system: ubuntu-latest
42
channel: main
43
+ exclude:
44
+ - channel: beta
45
+ version: "3.10.6"
46
47
steps:
48
- name: Clone repository
@@ -49,6 +53,7 @@ jobs:
49
53
channel: ${{ matrix.channel }}
50
54
dry-run: ${{ matrix.dry-run }}
51
55
git-source: ${{ matrix.git-source }}
56
+ flutter-version: ${{ matrix.version }}
52
57
- name: Echo outputs
58
run: |
59
echo RUNNER-OS=${{ runner.os }}
0 commit comments