You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/09 17:48:30 UTC

[isis] 02/03: ISIS-2445: build with jdk18

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/isis.git

commit 26b770e70ff33d31c0bfab6d6f0c00121c61f488
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Apr 9 19:47:53 2022 +0200

    ISIS-2445: build with jdk18
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 7f1f260685..2a7fb4bc8f 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -1,4 +1,4 @@
-name: Build, Test (Java 17)
+name: Build, Test (JDK 18)
 
 on:
   push:
@@ -30,11 +30,11 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
-    - name: Set up JDK 17
+    - name: Set up JDK 18
       uses: actions/setup-java@v2
       with:
         distribution: 'zulu'
-        java-version: 17
+        java-version: 18
 
     - name: Print Maven Version
       run: mvn --version