From b2a6fdb866d5d70f4815254ef548e9bd4395d306 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Thu, 11 Mar 2021 08:15:45 +0000 Subject: [PATCH] test against java 16 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9e31c74c..c06de3d26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: java: 8 - title: "JDK 11" java: 11 - - title: "JDK 15" - java: 15 + - title: "JDK 16" + java: "16-ea" runs-on: ubuntu-latest steps: - name: 'Checkout from Git'