You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/22 12:02:35 UTC

[myfaces] branch main updated: Adopt to Temurin

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

melloware pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new 75c7ec3bc Adopt to Temurin
75c7ec3bc is described below

commit 75c7ec3bc4d2917e63aa92fd01875a55e95d608f
Author: Melloware <me...@gmail.com>
AuthorDate: Thu Dec 22 07:02:30 2022 -0500

    Adopt to Temurin
---
 .github/workflows/myfaces-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 0db6b29b6..cb91a615e 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -60,7 +60,7 @@ jobs:
       - name: Set up JDK 11
         uses: actions/setup-java@v3
         with:
-          distribution: 'adopt'
+          distribution: 'temurin'
           java-version: 11
       - name: Cache Maven packages
         uses: actions/cache@v3