Skip to content

Commit f4f729c

Browse files
Merge pull request #379 from Workiva/gha-dart-2_19
FED-1850 Add Dart 2.19 to GHA matrix
2 parents 8ff7cb0 + df16d49 commit f4f729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart_ci.yml

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

0 commit comments

Comments
 (0)