Update release test for 3.2

This commit is contained in:
Albumen Kevin 2023-01-16 21:11:53 +08:00
parent e0853ceead
commit 62ccf46dbe
1 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [ 8, 11 ]
jdk: [ 8, 11, 17, 19 ]
job_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v3
@ -295,7 +295,7 @@ jobs:
JAVA_VER: ${{matrix.jdk}}
strategy:
matrix:
jdk: [ 8, 11 ]
jdk: [ 8, 11, 17, 19 ]
steps:
- uses: actions/checkout@v3
with: