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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e5ff7e  Build with JDK25 as well
5e5ff7e is described below

commit 5e5ff7ec5fec2f03b6c6a9a3e4c7b20676f8ad3f
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Sep 25 09:50:20 2025 +0200

    Build with JDK25 as well
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 550b469..c49b350 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest]
-        java: [8, 11, 17, 21]
+        java: [8, 11, 17, 21, 25]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}

Reply via email to