From c3d1db2b37521949a1221ea5c772b5ab2048de0d Mon Sep 17 00:00:00 2001 From: gouqinggan Date: Thu, 19 Dec 2024 10:37:45 +0800 Subject: [PATCH] chore: add ci java version Change-Id: Ib8f46b1dc99a03a0d4b8dd5458230f24c80b5e2d --- .github/workflows/ci.yml | 2 +- api/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14043645..9fc0fa4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - java-version: [ "8", "11", "17" ] + java-version: [ "8", "11", "17" ,"21"] os: [ "ubuntu-latest" ] os-label: [ "Ubuntu" ] include: diff --git a/api/pom.xml b/api/pom.xml index dbe0e38c..20536586 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -205,7 +205,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + 3.8.1 1.8 1.8