test: add JDK 15 into test matrix (#6082)

This commit is contained in:
吴晟 Wu Sheng 2021-04-12 15:17:20 +08:00 committed by GitHub
parent 024f810495
commit 64ff0305f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
timeout-minutes: 90
strategy:
matrix:
jdk: [8, 9, 10, 11, 12, 13, 14]
jdk: [8, 9, 10, 11, 12, 13, 14, 15]
env:
SW_SIMPLE_CASE: jdk
SW_AGENT_JDK_VERSION: ${{ matrix.jdk }}