Skip to content

Commit

Permalink
Validate analyzer 6 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 16, 2024
1 parent 765ab9c commit ae4530f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,13 @@ jobs:
matrix:
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.
- ^5.1.0
- ^6.0.0
exclude:
# Analyzer 6 only resolves in Dart 3
- sdk: 2.19.6
analyzer: ^6.0.0

steps:
- uses: actions/checkout@v4
- id: setup-dart
Expand Down

0 comments on commit ae4530f

Please sign in to comment.