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

Commit 5ae4220

Browse files
authored
Don't analyze using dev channel (#459)
1 parent 6a59d31 commit 5ae4220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
sdk: [dev]
23+
sdk: [stable]
2424
steps:
2525
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2626
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f

0 commit comments

Comments
 (0)