Skip to content

Commit

Permalink
remove dev branch of Dart
Browse files Browse the repository at this point in the history
  • Loading branch information
robrbecker committed Dec 22, 2022
1 parent de30e26 commit 6ec7fac
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 @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ stable, 2.13.4, dev ]
sdk: [ stable, 2.13.4 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down

0 comments on commit 6ec7fac

Please sign in to comment.