From 08311f954a4aae04c1de1c493ed8774a730b8abf Mon Sep 17 00:00:00 2001 From: liuyuxin Date: Thu, 26 Oct 2023 22:23:26 +0800 Subject: [PATCH] CI(dart): Cancel beta and dev Dart SDK (#893) --- .github/workflows/dart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 314276560..a6e7bab2b 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -1,4 +1,4 @@ -# This workflow will install Dart SDK, run format and build with Dart +# This workflow will install Dart SDK, run format, analyze and build with Dart name: Dart @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - dart-sdk: [stable, beta, dev] + dart-sdk: [stable] steps: - uses: actions/checkout@v4 - name: Set up Dart ${{ matrix.dart-sdk }}