Skip to content

Commit 1638611

Browse files
committed
ci: angular 18, 19
1 parent f54927a commit 1638611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build-angular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Angular build
1+
name: Test Angular build
22
run-name: Test Angular build for ${{ inputs.os }}
33

44
on:
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
max-parallel: 3
2828
matrix:
29-
version: [17,16,15,14,13,12]
29+
version: [19,18,17,16,15,14,13,12]
3030
uses: ./.github/workflows/test-build.yml
3131
with:
3232
os: ${{ inputs.os }}

0 commit comments

Comments
 (0)