From 5eadd64b6d561a799700a9b949b2a22c4982d6f7 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Mon, 8 Feb 2021 10:21:07 -0500 Subject: [PATCH] Switch jdk15 to jdk16 Signed-off-by: Sophia Guo --- .github/workflows/sanity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6590290..48e9711 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-2016] - version: [8, 11, 15] + version: [8, 11, 16] impl: [hotspot, openj9] buildlist: [openjdk, system, functional] steps: