From bfa632a7738ba3b1d29dfd6472f4c2b5e86791e8 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Tue, 15 Oct 2024 19:22:07 -0700 Subject: [PATCH] Dial back matrix to only run on latest Dart 3 version --- .github/workflows/dart_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index f75192a6c..ac9326ba5 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [ 2.19.6, 3.4.4, stable ] + sdk: [ 2.19.6, stable ] steps: - uses: actions/checkout@v4 - id: setup-dart @@ -129,7 +129,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [ 2.19.6, 3.4.4, stable ] + 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. @@ -182,7 +182,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [ 2.19.6, 3.4.4, stable ] + sdk: [ 2.19.6, stable ] steps: - uses: actions/checkout@v4 - id: setup-dart