Skip to content

Commit 730c0c4

Browse files
authored
Merge pull request #2393 from the-guild-org/powerkiki
Stop testing Angular 18
2 parents 26aa80d + 29ec21b commit 730c0c4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,10 @@ jobs:
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:
115-
angular_version: [18, 19, 20, 21]
115+
angular_version: [19, 20, 21]
116116
graphql_version: [16]
117117
node_version: [20, 22, 24]
118118
exclude:
119-
- angular_version: 18
120-
node_version: 24
121-
122119
- angular_version: 19
123120
node_version: 24
124121
steps:

0 commit comments

Comments
 (0)