From 7e69ced1af6a90e3c0ebaf2e6a1720ff34e7461e Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 20 Dec 2024 06:28:12 +1100 Subject: [PATCH] Re-enable Flutter `master` channel (#2274) Land once https://github.com/flutter/flutter/issues/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]. [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 --- .github/workflows/flutter-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 6e37e79b34..cc3356a2d7 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -23,8 +23,7 @@ jobs: strategy: fail-fast: false matrix: - # Add master back once https://github.com/flutter/flutter/issues/160558 is fixed - flutter_version: [stable, beta] + flutter_version: [stable, beta, master] os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683