You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/04/08 05:15:06 UTC

[myfaces] branch 2.3-next updated: Actions V2 Java 2.3-Next

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

bommel pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new bc53591  Actions V2 Java 2.3-Next
bc53591 is described below

commit bc535911615329e426dcb44bbfc45bf1379564e4
Author: Melloware <me...@gmail.com>
AuthorDate: Wed Apr 7 10:06:11 2021 -0400

    Actions V2 Java 2.3-Next
---
 .github/workflows/myfaces-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 8773d9c..f186ca0 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -52,10 +52,11 @@ jobs:
       - uses: actions/checkout@v2
         with:
           persist-credentials: false
-      - name: Set up JDK 1.8
-        uses: actions/setup-java@v1
+      - name: Set up JDK 8
+        uses: actions/setup-java@v2
         with:
-          java-version: 1.8
+          distribution: 'adopt'
+          java-version: 8
       - name: Cache Maven packages
         uses: actions/cache@v2
         with: