From 9dc5d450b0bf65f10db6cc52168a9606db457c61 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Oct 2021 20:47:19 +0300 Subject: [PATCH] ci(java): Disable openj9 due to deprecated and missing base image Will add back when upstream decides who and where they will be hosted --- .github/workflows/java.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 1a55f66..5b7e5af 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -17,11 +17,11 @@ jobs: matrix: tag: - 8 - - 8j9 + #- 8j9 - 11 - - 11j9 + #- 11j9 - 16 - - 16j9 + #- 16j9 - 17 steps: - uses: actions/checkout@v2