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 1223b72b Update comment 1223b72b is described below commit 1223b72b054704c42f1d1e8333008b07307292a4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 14 10:27:17 2023 -0400 Update comment --- .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 29e6d9e3..d231703d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: java: [ 8, 11, 17 ] experimental: [false] # include: -# - java: 18-ea +# - java: 21-ea # experimental: true steps: