From e62ec509a3ae3db624baacd5e65078691497621a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 31 Jan 2024 14:11:23 -0500 Subject: [PATCH] chore(ci): remove ng12-15 apps, add ng16-17 for stencil nightlies (#28945) Issue number: Internal --------- ## What is the current behavior? The Stencil nightlies are still attempting to run old Angular test apps and does not test ng16/17 ## What is the new behavior? - Removed ng12-15 test apps - Added ng16-17 test apps I opted to remove ng14-15 because we are in the process of dropping support for it in Ionic 8. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .github/workflows/stencil-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stencil-nightly.yml b/.github/workflows/stencil-nightly.yml index c5db4e1bb3..01ab63bb5e 100644 --- a/.github/workflows/stencil-nightly.yml +++ b/.github/workflows/stencil-nightly.yml @@ -150,7 +150,7 @@ jobs: strategy: fail-fast: false matrix: - apps: [ng12, ng13, ng14, ng15] + apps: [ng16, ng17] needs: [build-angular, build-angular-server] runs-on: ubuntu-latest steps: