This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 f684c7c59 Update GH CI Java versions.
f684c7c59 is described below
commit f684c7c596642e81c2af98820ca5583d7fdec5e8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:18:31 2026 -0400
Update GH CI Java versions.
---
.github/workflows/maven.yml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 822f39cba..01fbf0f5b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,12 +34,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 8, 11, 17, 21, 25 ]
+ java: [ 8, 11, 17, 21, 25, 26 ]
experimental: [false]
# Keep the same parameter order as the matrix above
include:
- os: ubuntu-latest
- java: 26-ea
+ java: 27-ea
+ experimental: true
+ - os: ubuntu-latest
+ java: 27-ea
experimental: true
steps: