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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new bfe908d6 Add Java 22 (current version) to GitHub CI build
bfe908d6 is described below
commit bfe908d6072e6ca98d13c78a4b213ea481310d1f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 5 12:23:30 2024 -0400
Add Java 22 (current version) to GitHub CI build
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index be7157c4..83527ad2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17, 21 ]
+ java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
-# - java: 22-ea
+# - java: 23-ea
# experimental: true
steps: