You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/29 12:42:43 UTC

[commons-vfs] branch master updated: Update GitHub builds to use Temurin

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 301ddede Update GitHub builds to use Temurin
301ddede is described below

commit 301ddedebb218b640c9943bfc6bf3394aeb94d7c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 29 08:42:38 2022 -0400

    Update GitHub builds to use Temurin
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index ba77a970..e9c398f2 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3
       with:
-        distribution: adopt
+        distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
       run: mvn -V test jacoco:report --file pom.xml --no-transfer-progress