From ae4530fc831cc66293b14cb414184f2971a54aa4 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Tue, 15 Oct 2024 20:34:17 -0700 Subject: [PATCH] Validate analyzer 6 in CI --- .github/workflows/dart_ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index b0f10510a..8946d9376 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -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