Skip to content

Commit

Permalink
Bump the _test SDK dep (dart-lang#3474)
Browse files Browse the repository at this point in the history
The SDK is not reporting API use from newer SDKs than the lower bound.
We don't test on an SDK that old anymore, so there is no problem bumping
the minimum bound.
  • Loading branch information
natebosch authored Mar 20, 2023
1 parent 66becf7 commit f009a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _test
publish_to: none

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.15.0 <3.0.0"

dev_dependencies:
analyzer: ">=1.0.0 <6.0.0"
Expand Down

0 comments on commit f009a98

Please sign in to comment.