|
16 | 16 | matrix:
|
17 | 17 | - name: publishable
|
18 | 18 | script:
|
19 |
| - # Temporarily disabling CI on stable to allow using new Flutter features closely |
20 |
| - # before a new release. |
21 |
| - # TODO(franciscojma): re-enable this |
22 |
| - - flutter channel master |
| 19 | + - flutter channel stable |
23 | 20 | - ./script/check_publish.sh
|
24 | 21 | - name: format
|
25 | 22 | install_script:
|
|
32 | 29 | env:
|
33 | 30 | matrix:
|
34 | 31 | CHANNEL: "master"
|
35 |
| - # Temporarily disabling CI on stable to allow using new Flutter features closely |
36 |
| - # before a new release. |
37 |
| - # TODO(amirh): re-enable this |
38 |
| - # https://github.com/flutter/flutter/issues/46258 |
39 |
| - # CHANNEL: "stable" |
| 32 | + CHANNEL: "stable" |
40 | 33 | test_script:
|
41 | 34 | # TODO(jackson): Allow web plugins once supported on stable
|
42 | 35 | # https://github.com/flutter/flutter/issues/42864
|
|
59 | 52 | PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
|
60 | 53 | matrix:
|
61 | 54 | CHANNEL: "master"
|
62 |
| - # Temporarily disabling CI on stable to allow using new Flutter features closely |
63 |
| - # before a new release. |
64 |
| - # TODO(amirh): re-enable this |
65 |
| - # https://github.com/flutter/flutter/issues/46258 |
66 |
| - # CHANNEL: "stable" |
| 55 | + CHANNEL: "stable" |
67 | 56 | MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
|
68 | 57 | GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
|
69 | 58 | script:
|
@@ -130,11 +119,7 @@ task:
|
130 | 119 | PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
|
131 | 120 | matrix:
|
132 | 121 | CHANNEL: "master"
|
133 |
| - # Temporarily disabling CI on stable to allow using new Flutter features closely |
134 |
| - # before a new release. |
135 |
| - # TODO(amirh): re-enable this |
136 |
| - # https://github.com/flutter/flutter/issues/46258 |
137 |
| - # CHANNEL: "stable" |
| 122 | + CHANNEL: "stable" |
138 | 123 | SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
|
139 | 124 | build_script:
|
140 | 125 | # TODO(jackson): Allow web plugins once supported on stable
|
|
0 commit comments