Skip to content

Commit

Permalink
Use Dart stable (main used by mistake)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 10, 2024
1 parent 3a6933a commit 25622a5
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 @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, main ]
sdk: [ 2.19.6, 3.4.4, stable ]
steps:
- uses: actions/checkout@v4
- id: setup-dart
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, main ]
sdk: [ 2.19.6, 3.4.4, 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 @@ -168,7 +168,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, 3.4.4, main ]
sdk: [ 2.19.6, 3.4.4, stable ]
steps:
- uses: actions/checkout@v4
- id: setup-dart
Expand Down

0 comments on commit 25622a5

Please sign in to comment.