Skip to content

Commit

Permalink
Bump dart_style to 3.0.0
Browse files Browse the repository at this point in the history
* Also bump the analyzer version used to validate generation.
* Also regenerate web
* Also regenerate renderers

update-test
  • Loading branch information
srawlins committed Dec 30, 2024
1 parent c8be845 commit 60b7290
Show file tree
Hide file tree
Showing 9 changed files with 27,148 additions and 17,207 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
# TODO(srawlins): Re-enable stable when stable works with analyzer 6.9.0
# (Dart 3.6.0).
sdk: [dev]
sdk: [3.6.0, dev]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
Expand All @@ -37,9 +35,9 @@ jobs:
# Do not try to run flutter against the "stable" sdk,
# it is unlikely to work and produces uninteresting
# results.
- sdk: stable
- sdk: 3.6.0
job: flutter
- sdk: stable
- sdk: 3.6.0
job: sdk-docs

steps:
Expand Down
Loading

0 comments on commit 60b7290

Please sign in to comment.