mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:16:29 +08:00
CI(dart): Cancel beta and dev Dart SDK (#893)
This commit is contained in:
parent
356db47cd4
commit
08311f954a
1 changed files with 2 additions and 2 deletions
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 }}
|
||||
|
|
Loading…
Reference in a new issue