[project]Only sanity test with JDK 21.

[project]Only sanity test with JDK 21.
This commit is contained in:
jerryjzhang
2024-12-10 19:26:56 +08:00
parent a12486591b
commit e586983ff1
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java-version: [8, 11, 21] # 定义要测试的JDK版本
java-version: [21] # 定义要测试的JDK版本
steps:
- uses: actions/checkout@v2

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java-version: [8, 11, 21] # Define the JDK versions to test
java-version: [21] # Define the JDK versions to test
steps:
- uses: actions/checkout@v2

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java-version: [8, 11, 21] # 定义要测试的JDK版本
java-version: [21] # 定义要测试的JDK版本
steps:
- uses: actions/checkout@v2

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java-version: [8, 11, 21] # Add JDK 21 to the matrix
java-version: [21] # Add JDK 21 to the matrix
steps:
- uses: actions/checkout@v2