We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ff7cb0 + df16d49 commit f4f729cCopy full SHA for f4f729c
.github/workflows/dart_ci.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
# Can't run on `stable` (Dart 3) until we're fully null-safe.
19
- sdk: [2.18.7]
+ sdk: [2.18.7, 2.19.6]
20
steps:
21
- uses: actions/checkout@v2
22
- uses: dart-lang/setup-dart@v1
0 commit comments