From 6c46386765aba3c5b977998f6e501bc81cc1f7d3 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Feb 2024 09:51:11 +0100 Subject: [PATCH] =?UTF-8?q?add=20jDK=2016=20and=2017=20to=20CI=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 ff371f5e4..e58b858e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: - 13 - 14 - 15 -# - 16 -# - 17 + - 16 + - 17 steps: - name: Git checkout uses: actions/checkout@v2