Skip to content

Commit

Permalink
Simplify validate_analyzer matrix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf authored Feb 16, 2023
1 parent 725f693 commit 640c5f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@ jobs:
analyzer:
- ^1.0.0
- ^2.0.0
# For 2.13.4, only validate analyzer ^1.0.0, since ^2.0.0 can't resolve.
# Don't validate analyzer ^2.0.0 in 2.13.4 since it can't resolve.
exclude:
- sdk: 2.13.4
include:
- sdk: 2.13.4
analyzer: ^1.0.0
analyzer: ^2.0.0
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.2
Expand Down

0 comments on commit 640c5f5

Please sign in to comment.