Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.6.0, dev]
sdk: [3.7.0, dev]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
Expand All @@ -35,9 +35,9 @@ jobs:
# Do not try to run flutter against the "stable" sdk,
# it is unlikely to work and produces uninteresting
# results.
- sdk: 3.6.0
- sdk: 3.7.0
job: flutter
- sdk: 3.6.0
- sdk: 3.7.0
job: sdk-docs

steps:
Expand Down
Loading
Loading