[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    [activemq-artemis] branch main updated: NO-JIRA: update GHA builds to use Temurin, and JDK 17 instea
From:       robbie () apache ! org
Date:       2021-09-24 16:34:06
Message-ID: 163250124645.31161.651385606216574346 () gitbox ! apache ! org
[Download RAW message or body]

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new ef677d1  NO-JIRA: update GHA builds to use Temurin, and JDK 17 instead of 16
ef677d1 is described below

commit ef677d14d407576b831999b9fbe826e7e8817e13
Author: Robbie Gemmell <robbie@apache.org>
AuthorDate: Fri Sep 24 17:06:48 2021 +0100

    NO-JIRA: update GHA builds to use Temurin, and JDK 17 instead of 16
---
 .github/workflows/build.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0231e0c..cc52e6e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
 
     steps:
       - uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
         uses: actions/setup-java@v2
         with:
           java-version: ${{ matrix.java }}
-          distribution: 'adopt'
+          distribution: 'temurin'
 
       # use 'install' so smoke-tests will work
       # By setting anything to \
org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are \
disabling libaio loading on the testsuite @@ -43,7 +43,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 8, 11, 16 ]
+        java: [ 8, 11, 17 ]
 
     steps:
       - uses: actions/checkout@v2
@@ -63,7 +63,7 @@ jobs:
         uses: actions/setup-java@v2
         with:
           java-version: ${{ matrix.java }}
-          distribution: 'adopt'
+          distribution: 'temurin'
 
       - name: Build Main
         run: |


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic