mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
CI(dart): Cancel beta and dev Dart SDK (#893)
This commit is contained in:
4
.github/workflows/dart.yml
vendored
4
.github/workflows/dart.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user