Skip to content

Commit 7e69ced

Browse files
Re-enable Flutter master channel (#2274)
Land once flutter/flutter#160558 is fixed. ## 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 `///`). - [ ] 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 a37f288 commit 7e69ced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/flutter-ci.yml

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

0 commit comments

Comments
 (0)