Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f2e52fb

Browse files
authored
Exclude the windows + SDK v3.4 combo (#499)
1 parent 044b7a2 commit f2e52fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
matrix:
4848
os: [ubuntu-latest, macos-latest, windows-latest]
4949
sdk: [3.4, dev]
50+
exclude:
51+
# VM service times out on windows before Dart 3.5
52+
# https://github.com/dart-lang/coverage/issues/490
53+
- os: windows-latest
54+
sdk: 3.4
5055
steps:
5156
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
5257
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672

0 commit comments

Comments
 (0)