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

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

commit 2f9501d1dc60aac82f10dc12d4678e3695f55fd1
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Dec 3 21:17:52 2025 +0100

    Java 17 is ok since CXF will have that baseline (again)
---
 .github/workflows/main-pull-request-build.yml | 4 ++--
 .github/workflows/main-push-build.yml         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main-pull-request-build.yml 
b/.github/workflows/main-pull-request-build.yml
index 5e373ba95e..7c3e34af44 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -15,10 +15,10 @@ jobs:
       with:
         persist-credentials: false
 
-    - name: Set up JDK 21
+    - name: Set up JDK 17
       uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
       with:
-        java-version: '21'
+        java-version: '17'
         distribution: 'temurin'
 
     - name: Cache Maven packages
diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index 0e16c206fb..6e13c7125d 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -15,10 +15,10 @@ jobs:
       with:
         persist-credentials: false
 
-    - name: Set up JDK 21
+    - name: Set up JDK 17
       uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
       with:
-        java-version: '21'
+        java-version: '17'
         distribution: 'temurin'
 
     - name: Cache Maven packages

Reply via email to