From 8c89c17074be42cd4b677d090f752457dc606274 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 11 Mar 2020 16:31:21 +0100 Subject: [PATCH] Test on JDK 13 instead of JDK 12 --- .github/workflows/ci-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 28ae9905a0d3b..d2cea83163a2f 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - java-version: [8, 11, 12] + java-version: [8, 11, 13] runs-on: ubuntu-latest