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-proton-j.git
The following commit(s) were added to refs/heads/main by this push:
new becb100 NO-JIRA: update GHA build to use Temurin, use JDK 17 instead
of 16
becb100 is described below
commit becb1004a9c7d3bdd7ff6743ecc2eda3afe30eec
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Sep 27 16:29:20 2021 +0100
NO-JIRA: update GHA build to use Temurin, use 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 71198f8..1463055 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- java: [ 8, 11, 16 ]
+ java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v2
@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
- distribution: 'adopt'
+ distribution: 'temurin'
- name: Build
run: mvn -B clean verify
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]