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 173c6d344 Update GH CI Java versions.
173c6d344 is described below
commit 173c6d344eb78b6777e72c5aa788fc5cc8c22f4f
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 25 12:23:01 2026 -0400
Update GH CI Java versions.
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 01fbf0f5b..0ae38593c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -42,7 +42,7 @@ jobs:
java: 27-ea
experimental: true
- os: ubuntu-latest
- java: 27-ea
+ java: 28-ea
experimental: true
steps: