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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5aeca6202 TIKA-4496 - bump workflow from jdk23 to jdk25 (#2341)
5aeca6202 is described below

commit 5aeca620253f06f257669f8899a2bd94e0ca4acb
Author: Tim Allison <[email protected]>
AuthorDate: Mon Sep 29 10:02:31 2025 -0400

    TIKA-4496 - bump workflow from jdk23 to jdk25 (#2341)
---
 .github/workflows/{main-jdk23-build.yml => main-jdk25-build.yml} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main-jdk23-build.yml 
b/.github/workflows/main-jdk25-build.yml
similarity index 96%
rename from .github/workflows/main-jdk23-build.yml
rename to .github/workflows/main-jdk25-build.yml
index e6e7106fa..ad43404d7 100644
--- a/.github/workflows/main-jdk23-build.yml
+++ b/.github/workflows/main-jdk25-build.yml
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-name: main jdk23 build
+name: main jdk25 build
 
 on:
   push:
@@ -26,7 +26,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '23' ]
+        java: [ '25' ]
 
     steps:
       - uses: actions/checkout@v4

Reply via email to