From 4b4fef4e6f1b98f57baca6c35a34e21968c84f76 Mon Sep 17 00:00:00 2001 From: Besmir Beqiri Date: Mon, 18 Nov 2024 14:11:13 +0100 Subject: [PATCH] Use JDK version 21 and up (latest) on GitHub CI builds --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52adda33..85ced94c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,10 +13,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - jdk: [17, 21, 23] + jdk: [21, 23] os: [ubuntu-latest, windows-latest] fail-fast: false - max-parallel: 6 + max-parallel: 4 timeout-minutes: 30 steps: