Skip to content

Commit 4adbc8e

Browse files
committed
chore(angular): add test app to CI workflows
1 parent 5cde83b commit 4adbc8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
apps: [ng16, ng17, ng18]
143+
apps: [ng16, ng17, ng18, ng19]
144144
needs: [build-angular, build-angular-server]
145145
runs-on: ubuntu-latest
146146
steps:

.github/workflows/stencil-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
strategy:
151151
fail-fast: false
152152
matrix:
153-
apps: [ng16, ng17, ng18]
153+
apps: [ng16, ng17, ng18, ng19]
154154
needs: [build-angular, build-angular-server]
155155
runs-on: ubuntu-latest
156156
steps:

0 commit comments

Comments
 (0)