Skip to content

Commit 52aabe6

Browse files
committed
test(angular): Fix failing canary test
1 parent 685cf5c commit 52aabe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
include:
72-
- test-application: 'angular-20'
72+
- test-application: 'angular-21'
7373
build-command: 'test:build-canary'
74-
label: 'angular-20 (next)'
74+
label: 'angular-21 (next)'
7575
- test-application: 'create-react-app'
7676
build-command: 'test:build-canary'
7777
label: 'create-react-app (canary)'

0 commit comments

Comments
 (0)