Skip to content

Commit

Permalink
ci(all): test against stable SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Feb 4, 2024
1 parent 3149fa1 commit 91c394d
Show file tree
Hide file tree
Showing 8 changed files with 663 additions and 21 deletions.
677 changes: 656 additions & 21 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _tests/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- build:
Expand Down
1 change: 1 addition & 0 deletions ngast/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down
1 change: 1 addition & 0 deletions ngcompiler/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down
1 change: 1 addition & 0 deletions ngdart/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down
1 change: 1 addition & 0 deletions ngforms/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down
1 change: 1 addition & 0 deletions ngrouter/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down
1 change: 1 addition & 0 deletions ngtest/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sdk:
- pubspec
- dev
- stable

stages:
- analyze:
Expand Down

0 comments on commit 91c394d

Please sign in to comment.