From c246a31af40995c5bc3af03568adcfe005536ea7 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 20 Sep 2024 21:13:25 +0200 Subject: [PATCH] add sapmachine to matrix_commons.js was introduced with setup-java@v4.3 --- src/.github/workflows/matrix_commons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.github/workflows/matrix_commons.js b/src/.github/workflows/matrix_commons.js index 74ddfe2..643fe0a 100644 --- a/src/.github/workflows/matrix_commons.js +++ b/src/.github/workflows/matrix_commons.js @@ -22,6 +22,7 @@ const javaDistributionAxis = { 'semeru', 'temurin', 'zulu', + 'sapmachine' ] };