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 52d461d64c Update version numbers
52d461d64c is described below
commit 52d461d64c0e8717b9b2a375837aea1500a24fee
Author: remm <[email protected]>
AuthorDate: Mon Aug 25 14:06:53 2025 +0200
Update version numbers
Drop 24 since 25 is RC now.
---
.github/workflows/ci.yml | 10 +++-------
.github/workflows/validate.yml | 4 ++--
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ebaf32ae0..14fda03409 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,24 +33,20 @@ jobs:
matrix:
isMain:
- ${{ contains(github.ref, 'main') }}
- java: [ 21, 24, 25-ea ]
+ java: [ 21, 25-ea ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
exclude:
- os: windows-latest
java: 21
- os: macos-latest
java: 21
- - os: windows-latest
- java: 24
- - os: macos-latest
- java: 25-ea
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Java
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
java-version: ${{ matrix.java }}
distribution: zulu
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index ace4c0d7a2..25136f9c5c 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -34,9 +34,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Java
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
with:
java-version: ${{ matrix.java }}
distribution: zulu
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]