Skip to content

Commit 920f9b1

Browse files
Disable Dart 3 CI run for now
1 parent b778dcd commit 920f9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart_ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
# Can't run on `beta` (Dart 3) until we're fully null-safe.
19-
sdk: [2.18.7, stable]
18+
# Can't run on `stable` (Dart 3) until we're fully null-safe.
19+
sdk: [2.18.7]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: dart-lang/setup-dart@v1

0 commit comments

Comments
 (0)