From 6535481f36af418d0f520ed5dacc2873fbb46a5f Mon Sep 17 00:00:00 2001 From: Oleksii PELYKH Date: Fri, 28 Jun 2024 17:12:35 +0200 Subject: [PATCH] (chore) disable dragonwell jdk --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b1bdae7..0965089 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - corretto - semeru - oracle - - dragonwell +# - dragonwell java-version: [ 21 ] runs-on: ${{ matrix.os }}