Skip to content

Commit cdd8c39

Browse files
author
Daniel Chevalier
authored
update vm_service to support 11.0.0 (#1910)
1 parent f2d97bf commit cdd8c39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pkgs/test_core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* Avoid empty expandable groups for tests without extra output in Github
44
reporter.
5+
* Update `vm_service` constraint to `>=6.0.0 <12.0.0`.
56

67
# 0.4.22
78

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
source_span: ^1.8.0
2626
stack_trace: ^1.10.0
2727
stream_channel: ^2.1.0
28-
vm_service: ">=6.0.0 <11.0.0"
28+
vm_service: ">=6.0.0 <12.0.0"
2929
yaml: ^3.0.0
3030
# matcher is tightly constrained by test_api
3131
matcher: any

0 commit comments

Comments
 (0)