Fix test.yml version

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-10-14 17:13:24 +08:00
parent f1257e5980
commit 73f95f9962

View File

@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ 7.0.0- jdk16 , 7.2-jdk17 ]
version: [ 7.0.0-jdk16 , 7.2-jdk17 ]
runs-on: ubuntu-20.04
container:
image: gradle:${{ matrix.version }}