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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 3218cb757 Add Java 22 and 23-ea to GH CI
3218cb757 is described below
commit 3218cb757999cd6952674737ef9b30868b4c08fb
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 22 08:59:59 2024 -0400
Add Java 22 and 23-ea to GH CI
---
.github/workflows/maven.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c77a59ab4..7e8b6e340 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,11 @@ 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
-# experimental: true
+ include:
+ - java: 23-ea
+ experimental: true
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6