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-dbutils.git
The following commit(s) were added to refs/heads/master by this push:
new 82ba45a Drop Java 21-ea from GH builds
82ba45a is described below
commit 82ba45a9b9bc32fb9f24073cb730514a7b5c451f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 09:12:42 2023 -0400
Drop Java 21-ea from GH builds
---
.github/workflows/maven.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1200abd..6498c2a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,9 +29,9 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
experimental: [false]
- include:
- - java: 21-ea
- experimental: true
+# include:
+# - java: 22-ea
+# experimental: true
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0