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 35e8c9c commit bfa632a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, stable ]
sdk: [ 2.19.6, stable ]
steps:
- uses: actions/checkout@v4
- id: setup-dart
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, stable ]
sdk: [ 2.19.6, stable ]
analyzer:
# We only have one version currently, but we'll leave this CI step in place
# for the next time we need to support multiple analyzer versions.
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, stable ]
sdk: [ 2.19.6, stable ]
steps:
- uses: actions/checkout@v4
- id: setup-dart
Expand Down

0 comments on commit bfa632a

Please sign in to comment.