This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 9d83ae9616 Try new versions
9d83ae9616 is described below
commit 9d83ae9616c5a4de45664ab343846e2d69fb0431
Author: remm <[email protected]>
AuthorDate: Wed Sep 17 09:17:21 2025 +0200
Try new versions
---
.github/workflows/ci-macos.yml | 2 +-
.github/workflows/ci.yml | 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 3dc771a817..3b02866da6 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -35,7 +35,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v5
with:
- java-version: 24
+ java-version: 25
distribution: zulu
- name: Build
run: |
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cdd3898c07..ef44932c61 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,21 +33,19 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 21, 24, 25-ea ]
+ java: [ 21, 25, 26-ea ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
exclude:
- os: windows-latest
java: 21
- os: macos-latest
java: 21
- - os: ubuntu-latest
- java: 24
- os: windows-latest
- java: 24
+ java: 25
- os: macos-latest
- java: 24
+ java: 25
- os: macos-latest
- java: 25-ea
+ java: 26-ea
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]