Skip to content

Commit 10943a5

Browse files
committed
GH Actions: Update JDKs
1 parent b70518f commit 10943a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-ref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
maven_version:
1313
uses: sfuhrm/github_workflows/.github/workflows/maven-expression.yml@main
1414
with:
15-
java_version: 17
15+
java_version: 21
1616
expression: project.version
1717
call-workflow-passing-data:
1818
needs: maven_version
1919
uses: sfuhrm/github_workflows/.github/workflows/maven.yml@main
2020
with:
21-
java_version: "[\"11\", \"17\", \"18\"]"
21+
java_version: "[\"11\", \"17\", \"21\"]"
2222
artifact_name: build
2323
artifact_path: geneticalgorithm/target/geneticalgorithm-${{ needs.maven_version.outputs.expression_value }}.jar

0 commit comments

Comments
 (0)