Skip to content

Commit

Permalink
Merge pull request #379 from Workiva/gha-dart-2_19
Browse files Browse the repository at this point in the history
FED-1850 Add Dart 2.19 to GHA matrix
  • Loading branch information
rmconsole7-wk committed Nov 2, 2023
2 parents 8ff7cb0 + df16d49 commit f4f729c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# Can't run on `stable` (Dart 3) until we're fully null-safe.
sdk: [2.18.7]
sdk: [2.18.7, 2.19.6]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit f4f729c

Please sign in to comment.