From ecefc06ee1d5ac2487d5bd73f8c14eb34368d730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 20 Sep 2023 17:40:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7test.yml=E4=B8=AD=E7=9A=84spr?= =?UTF-8?q?ingboot=E7=89=88=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-druid.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-druid.yml b/.github/workflows/test-druid.yml index 9a4859fd124..13e77b0f3a7 100644 --- a/.github/workflows/test-druid.yml +++ b/.github/workflows/test-druid.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] druid: [ 1.2.19, #1.2.18, # Unit test triggered a bug in Druid, see the commit https://github.com/alibaba/druid/commit/6c493f852852fb287ed5fd31ee16c27ead0ea5cf @@ -33,7 +33,7 @@ jobs: 1.2.2, 1.2.1, 1.2.0, - +z # not support druid:1.1.x #1.1.24, #1.1.23, diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6aa447633ea..11a89ed7973 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 17 ] + java: [ 8, 11, 17, 21 ] springboot: [ 2.7.15 -Dspring-framework.version=5.3.29, 2.6.15 -Dspring-framework.version=5.3.27, @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 17 ] + java: [ 17, 21 ] springboot: [ 3.1.3 -Dspring-framework.version=6.0.11, 3.0.10 -Dspring-framework.version=6.0.11,