Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

rev the sdk min to 2.19.0-0 #99

Merged
merged 5 commits into from
Dec 8, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Tweak constraint
  • Loading branch information
mit-mit authored Dec 8, 2022
commit 56f98ed3c85b9fb41e7e2be2ed8d780e8efe7a6b
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
# TODO(devoncarew): Add `2.19.0` to this once that release is stable
sdk: [dev]
# TODO(devoncarew): Change back to `[2.19.0, dev]` once 2.19 is stable
sdk: [2.19.0-450.0.dev]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
Expand Down