Skip to content

Commit

Permalink
remove old Dart 2.13 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robbecker-wf committed Sep 5, 2023
1 parent 7a302d0 commit 0a96123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [ 2.13.4, 2.18.7, stable, beta ]
sdk: [ 2.18.7, 2.19.6, stable ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 0a96123

Please sign in to comment.