Skip to content

Commit fd0bfc9

Browse files
Drop master, it's b0rked
1 parent 40f92bc commit fd0bfc9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
flutter_version: [stable, beta, master]
26+
flutter_version: [stable, beta]
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828
steps:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -34,4 +34,6 @@ jobs:
3434
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
3535
with:
3636
channel: ${{ matrix.flutter_version }}
37+
- run: dart --version
38+
- run: flutter --version
3739
- run: ./flutter_ci_script_${{ matrix.flutter_version }}.sh

0 commit comments

Comments
 (0)