Skip to content

Commit a45bab9

Browse files
committed
.github/workflows/build.yml: use JDK 17
1 parent 44b73e1 commit a45bab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# NOTE: Unit Tests include deprecated REST API v6 (as it has unit tests)
2525
# - surefire.rerunFailingTestsCount => try again for flakey tests, and keep track of/report on number of retries
2626
- type: "Unit Tests"
27-
java: 11
27+
java: 17
2828
mvnflags: "-DskipUnitTests=false -Pdspace-rest -Dsurefire.rerunFailingTestsCount=2"
2929
resultsdir: "**/target/surefire-reports/**"
3030
# NOTE: ITs skip all code validation checks, as they are already done by Unit Test job.
@@ -34,7 +34,7 @@ jobs:
3434
# - xml.skip => Skip all XML/XSLT validation by xml-maven-plugin
3535
# - failsafe.rerunFailingTestsCount => try again for flakey tests, and keep track of/report on number of retries
3636
- type: "Integration Tests"
37-
java: 11
37+
java: 17
3838
mvnflags: "-DskipIntegrationTests=false -Denforcer.skip=true -Dcheckstyle.skip=true -Dlicense.skip=true -Dxml.skip=true -Dfailsafe.rerunFailingTestsCount=2"
3939
resultsdir: "**/target/failsafe-reports/**"
4040
# Do NOT exit immediately if one matrix job fails

0 commit comments

Comments
 (0)