We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388b472 commit 7644dc5Copy full SHA for 7644dc5
1 file changed
.github/workflows/ci.yaml
@@ -116,8 +116,8 @@ jobs:
116
strategy:
117
fail-fast: false
118
matrix:
119
- java: [11, 17, 21, 25]
120
package: ${{ fromJSON(needs.changes.outputs.packages) }}
+ java: [11, 17, 21, 25]
121
steps:
122
- name: Get current week within the year
123
id: date
@@ -139,8 +139,8 @@ jobs:
139
140
141
142
- java: [8]
143
+ java: [8]
144
145
146
0 commit comments