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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new c55f8ee Update comment
c55f8ee is described below
commit c55f8ee5a3629f7377eb8368376aff0d842cdc69
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 10:14:02 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 653e833..0507fcf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
java: [ 8, 11, 17 ]
experimental: [false]
# include:
-# - java: 18-ea
+# - java: 22-ea
# experimental: true
steps: