From 80549181e3054231d3183038aafaa195a874db61 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 14 Dec 2021 17:17:55 +0100 Subject: [PATCH] Move 2.2 CI from JDK 16 to JDK 17 --- .github/workflows/ci-actions-incremental.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index 479deb5fd4278..5ab0d6b06032c 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -249,8 +249,8 @@ jobs: os-name: "ubuntu-latest" } - { - name: "16", - java-version: 16, + name: "17", + java-version: 17, maven_args: "$JVM_TEST_MAVEN_ARGS -pl '!devtools/gradle'", maven_opts: "-Xmx2g -XX:MaxMetaspaceSize=1g", os-name: "ubuntu-latest"