You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2021/09/27 16:25:48 UTC

[qpid-protonj2] branch main updated: NO-JIRA: update GHA build to use Temurin, plus JDK 17 instead of 16

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/qpid-protonj2.git


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

commit ff2e20116c3abe86491133f84ae38a78d4e92272
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Sep 27 16:32:08 2021 +0100

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c1a4cc3..1ee8340 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ 11, 16 ]
+        java: [ 11, 17 ]
 
     steps:
       - uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
         uses: actions/setup-java@v2
         with:
           java-version: ${{ matrix.java }}
-          distribution: 'adopt'
+          distribution: 'temurin'
 
       - name: Build & Test
         run: mvn clean verify

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org