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.
dart --version
1 parent 4879a1a commit a739dadCopy full SHA for a739dad
.github/workflows/flutter-ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- flutter_version: [stable, beta, main]
+ flutter_version: [stable, beta, master]
27
os: [ubuntu-latest, macos-latest, windows-latest]
28
steps:
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -34,6 +34,5 @@ jobs:
34
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
35
with:
36
channel: ${{ matrix.flutter_version }}
37
- - run: dart --version
38
- run: flutter --version
39
- run: ./flutter_ci_script_${{ matrix.flutter_version }}.sh
0 commit comments