This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 5bf0e2dd8cc0cacae69d29fc0ed0ec7adc8c2b9f
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Nov 24 14:09:28 2023 +0300

    chore: increase test coverage for Java 21 by testing more distributions
---
 .github/workflows/matrix.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/matrix.js b/.github/workflows/matrix.js
index 1a75468db3..1301e48b16 100644
--- a/.github/workflows/matrix.js
+++ b/.github/workflows/matrix.js
@@ -83,7 +83,9 @@ matrix.exclude({java_distribution: {value: 'semeru'}, 
java_version: '8'});
 matrix.exclude({java_distribution: {value: 'microsoft'}, java_version: '8'});
 // Oracle JDK is only supported for JDK 17 and later
 matrix.exclude({java_distribution: {value: 'oracle'}, java_version: ['8', 
'11']});
-matrix.imply({java_version: eaJava}, {java_distribution: {value: 'oracle'}})
+// matrix.imply({java_version: eaJava}, {java_distribution: {value: 'oracle'}})
+// TODO: Semeru does not ship Java 21 builds yet
+matrix.exclude({java_distribution: {value: 'semeru'}, java_version: '21'})
 // Ensure at least one job with "same" hashcode exists
 matrix.generateRow({hash: {value: 'same'}});
 // Ensure at least one Windows and at least one Linux job is present (macOS is 
almost the same as Linux)

Reply via email to