You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/17 19:46:10 UTC

[incubator-hop] branch 2.0.0 updated: HOP-3413: update github PR builds to java 11

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

hansva pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new dcec60e  HOP-3413: update github PR builds to java 11
     new b481161  Merge pull request #1148 from hansva/2.0
dcec60e is described below

commit dcec60e15c985d229aec5141648d9db0beaf3ae8
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Oct 17 21:45:19 2021 +0200

    HOP-3413: update github PR builds to java 11
---
 .github/workflows/pr_build_code.yml | 4 ++--
 .github/workflows/pr_build_docs.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pr_build_code.yml b/.github/workflows/pr_build_code.yml
index a8189da..365ab06 100644
--- a/.github/workflows/pr_build_code.yml
+++ b/.github/workflows/pr_build_code.yml
@@ -34,10 +34,10 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-      - name: Set up JDK 1.8
+      - name: Set up JDK 11
         uses: actions/setup-java@v1
         with:
-          java-version: 1.8
+          java-version: 11
       - name: Cache Maven packages
         uses: actions/cache@v2
         with:
diff --git a/.github/workflows/pr_build_docs.yml b/.github/workflows/pr_build_docs.yml
index 0ce8537..93a8a04 100644
--- a/.github/workflows/pr_build_docs.yml
+++ b/.github/workflows/pr_build_docs.yml
@@ -32,9 +32,9 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-      - name: Set up JDK 1.8
+      - name: Set up JDK 11
         uses: actions/setup-java@v1
         with:
-          java-version: 1.8
+          java-version: 11
       - name: RAT Check
         run: mvn clean apache-rat:check
\ No newline at end of file