diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 6476176e17f..81df229bf7c 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -4,7 +4,7 @@ permissions: contents: read env: MAVEN_OPTS: -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./ -DtrimStackTrace=false -D'maven.resolver.transport=wagon' - DEV_JDK: '8' + DEV_JDK: '11' jobs: license: name: License check