Skip to content

Commit 7644dc5

Browse files
committed
group by module, then java version
1 parent 388b472 commit 7644dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
java: [11, 17, 21, 25]
120119
package: ${{ fromJSON(needs.changes.outputs.packages) }}
120+
java: [11, 17, 21, 25]
121121
steps:
122122
- name: Get current week within the year
123123
id: date
@@ -139,8 +139,8 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
java: [8]
143142
package: ${{ fromJSON(needs.changes.outputs.packages) }}
143+
java: [8]
144144
steps:
145145
- name: Get current week within the year
146146
id: date

0 commit comments

Comments
 (0)