From aa868cb67198b79d7ce73d39da1e6faf68dcea3b Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 12 Jul 2024 10:51:18 +0200 Subject: [PATCH] Bump to Java 11 --- .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 3b9732171..5cc403f9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - jdk: [8] + jdk: [11] include: - os: ubuntu-latest jdk: 21