This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 410849541dc Refactor : update the JDK version to 21 in e2e workflow
(#32255)
410849541dc is described below
commit 410849541dcde13bf4779bd5c76c9a44b7b6b3d9
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Wed Jul 24 23:58:26 2024 +0800
Refactor : update the JDK version to 21 in e2e workflow (#32255)
---
.github/workflows/nightly-e2e-sql.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-e2e-sql.yml
b/.github/workflows/nightly-e2e-sql.yml
index dcf1a36c2c3..aba2741fe37 100644
--- a/.github/workflows/nightly-e2e-sql.yml
+++ b/.github/workflows/nightly-e2e-sql.yml
@@ -73,7 +73,6 @@ jobs:
max-parallel: 20
fail-fast: false
matrix:
- java-version: [ 11, 21 ]
adapter: [ proxy, jdbc ]
mode: [ Standalone, Cluster ]
database: [ MySQL, PostgreSQL, openGauss ]
@@ -111,7 +110,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
- java-version: ${{ matrix.java-version }}
+ java-version: 21
- name: Download E2E Image
if: matrix.adapter == 'proxy'
uses: actions/download-artifact@v4