We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d97bf commit cdd8c39Copy full SHA for cdd8c39
pkgs/test_core/CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
* Avoid empty expandable groups for tests without extra output in Github
4
reporter.
5
+* Update `vm_service` constraint to `>=6.0.0 <12.0.0`.
6
7
# 0.4.22
8
pkgs/test_core/pubspec.yaml
@@ -25,7 +25,7 @@ dependencies:
25
source_span: ^1.8.0
26
stack_trace: ^1.10.0
27
stream_channel: ^2.1.0
28
- vm_service: ">=6.0.0 <11.0.0"
+ vm_service: ">=6.0.0 <12.0.0"
29
yaml: ^3.0.0
30
# matcher is tightly constrained by test_api
31
matcher: any
0 commit comments