(geronimo-mail) branch main updated: Fix CI

[email protected] Fri, 17 Jan 2025 14:12:58 +0000
Newsgroups gmane.comp.java.geronimo.cvs
Message-ID <173712317842.3961307.6026957630912629151@gitbox2-he-fi.apache.org>
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/geronimo-mail.git


The following commit(s) were added to refs/heads/main by this push:
     new 0be75d8  Fix CI
0be75d8 is described below

commit 0be75d801f5925aa34630ebd05a3669536409b7f
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 17 15:12:51 2025 +0100

    Fix CI
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5898371..916cda5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,10 +30,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v4
-    - name: Set up JDK 17
+    - name: Set up JDK
       uses: actions/setup-java@v4
       with:
-        java-version: '1.8'
+        java-version: '8'
         distribution: 'temurin'
 
     - name: Cache Maven packages