Skip to content

Commit

Permalink
Only test on dev SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Apr 30, 2024
1 parent 7a80837 commit f8e53b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [dev, stable]
# TODO(srawlins): Re-enable stable after 3.4.0 ships.
# sdk: [dev, stable]
sdk: [dev]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
Expand Down

0 comments on commit f8e53b4

Please sign in to comment.