From f6e50d15c89c1ff2b02cb4c4e5f92669887cc6f9 Mon Sep 17 00:00:00 2001 From: sullis Date: Sat, 27 Mar 2021 22:39:44 -0700 Subject: [PATCH] ci: JDK 16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a98045f..33934b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '13' ] + java: [ '8', '11', '16' ] steps: - uses: actions/checkout@v2 - name: Set up JDK