You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/10/21 19:22:30 UTC

[creadur-tentacles] branch master updated: TENTACLES-16: Reduce JDK build matrix

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 7884139  TENTACLES-16: Reduce JDK build matrix
7884139 is described below

commit 7884139e3fc86cc5938eb487cecd99f98e727ef4
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Fri Oct 21 21:22:24 2022 +0200

    TENTACLES-16: Reduce JDK build matrix
---
 .github/workflows/maven.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index cbbaa77..c61d8f4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,8 +29,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-# Java 17 disabled, because we are running into https://bugs.openjdk.java.net/browse/JDK-8270866
-        java: [8, 11, 12, 13, 14, 15, 16]
+        java: [8, 11, 15, 16, 17]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}