Skip to content

Commit

Permalink
CI won't pass on newer Dart
Browse files Browse the repository at this point in the history
until analyzer 5
  • Loading branch information
robbecker-wf committed Sep 4, 2023
1 parent a5ed078 commit 421c2c7
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, stable, beta ]
sdk: [ 2.18.7 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 421c2c7

Please sign in to comment.