This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 0.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit 2e8bb3a7610054d0cd4380de637ed40953f652cc Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Sep 27 16:26:41 2021 +0100 NO-JIRA: update GHA build to use Temurin, and JDK 17 instead of 16 (cherry picked from commit 1622de679c3c6763db54e9ac506ef2412fbc4481 with fixups) --- .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 900d8f3..c17ec39 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]
