Skip to content

Commit 8496b84

Browse files
committed
ci: fix matrix
1 parent 8cf39ed commit 8496b84

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
fail-fast: false
56-
group:
57-
- shaperone
58-
- shoelace
59-
- hydra
60-
- vaadin
56+
matrix:
57+
group:
58+
- shaperone
59+
- shoelace
60+
- hydra
61+
- vaadin
6162
steps:
6263
- uses: actions/checkout@v4
6364
with:

0 commit comments

Comments
 (0)