From 9edfc86a425a40ebb7c2e03e485002246bf8147e Mon Sep 17 00:00:00 2001 From: ikolomi Date: Mon, 3 Feb 2025 10:58:53 +0200 Subject: [PATCH] Enable java tests for ARM Signed-off-by: ikolomi --- .github/json_matrices/build-matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/json_matrices/build-matrix.json b/.github/json_matrices/build-matrix.json index 82eb632e5b..1287ec189a 100644 --- a/.github/json_matrices/build-matrix.json +++ b/.github/json_matrices/build-matrix.json @@ -17,7 +17,7 @@ "TARGET": "aarch64-unknown-linux-gnu", "PACKAGE_MANAGERS": ["pypi", "npm", "maven"], "run": "always", - "languages": ["python", "node"] + "languages": ["python", "node", "java"] }, { "OS": "ubuntu",