You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/05 06:06:24 UTC

[causeway] branch master updated: CAUSEWAY-2445: bump JDK 18->19 for build jobs

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/master by this push:
     new 68234c34b7 CAUSEWAY-2445: bump JDK 18->19 for build jobs
68234c34b7 is described below

commit 68234c34b7b5f55a0f0b00c61c0beaa89c4a8d56
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Feb 5 07:06:19 2023 +0100

    CAUSEWAY-2445: bump JDK 18->19 for build jobs
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 4 ++--
 .github/workflows/ci-build-site-no-push.yml            | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 11f034ddb2..8cf1ccc679 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -35,11 +35,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - name: Set up JDK 18
+    - name: Set up JDK 19
       uses: actions/setup-java@v3
       with:
         distribution: 'zulu'
-        java-version: 18
+        java-version: 19
 
     - name: Print Maven Version
       run: mvn --version
diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml
index 2cbe6da95a..8e50fa2ed2 100644
--- a/.github/workflows/ci-build-site-no-push.yml
+++ b/.github/workflows/ci-build-site-no-push.yml
@@ -32,11 +32,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - name: Set up JDK 18
+    - name: Set up JDK 19
       uses: actions/setup-java@v3
       with:
         distribution: 'zulu'
-        java-version: 18
+        java-version: 19
 
     - name: Setup Script Environment
       shell: bash