Skip to content

Commit

Permalink
Dial back matrix to only run on latest Dart 3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 16, 2024
1 parent 1944a07 commit 6ef4d7c
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 @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [2.19.6, 3.2.6, 3.4.4, stable]
sdk: [2.19.6, stable]
steps:
- uses: actions/checkout@v2
- id: setup-dart
Expand Down

0 comments on commit 6ef4d7c

Please sign in to comment.