Skip to content

Commit 1e1a004

Browse files
authored
Re-enable CI on stable channel (#3774)
1 parent 476d5cc commit 1e1a004

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
# TODO(srawlins): Re-enable stable after 3.4.0 ships.
26-
# sdk: [dev, stable]
27-
sdk: [dev]
25+
sdk: [dev, stable]
2826
job: [main, flutter, packages, sdk-docs]
2927
include:
3028
- os: macos-latest

0 commit comments

Comments
 (0)