Skip to content

Commit a37f288

Browse files
Fix CI breakage (#2273)
Drop `master` channel, as it is currently broken. ## Pre-launch Checklist - [x] I read the [Effective Dart: Style] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Effective Dart: Style]: https://dart.dev/guides/language/effective-dart/style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent 089313e commit a37f288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/flutter-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
flutter_version: [stable, beta, master]
26+
# Add master back once https://github.com/flutter/flutter/issues/160558 is fixed
27+
flutter_version: [stable, beta]
2728
os: [ubuntu-latest, macos-latest, windows-latest]
2829
steps:
2930
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)