From b827989a6568384dff87fa563ed1aea22ba4db93 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Fri, 12 Jul 2024 10:54:59 +0200 Subject: [PATCH] Only JDK 11 for now --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc403f9b..da7293c98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] jdk: [11] - include: - - os: ubuntu-latest - jdk: 21 +# include: +# - os: ubuntu-latest +# jdk: 21 runs-on: ${{ matrix.os }} steps: - uses: actions/cache@v2