This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new d1ec82fde Replace GH CI Java 24 with 25
d1ec82fde is described below
commit d1ec82fded4ded89921dcc975e7ce1e719e5c252
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Sep 26 10:14:28 2025 -0400
Replace GH CI Java 24 with 25
Replace Java 25-ea with Java 26-ea
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ce4a7c26a..bfa944eef 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,12 +33,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
- java: [ 8, 11, 17, 21, 24 ]
+ java: [ 8, 11, 17, 21, 25 ]
experimental: [false]
# Keep the same parameter order as the matrix above
include:
- os: ubuntu-latest
- java: 25-ea
+ java: 26-ea
experimental: true
steps: