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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 27da4bed Replace Java 24-ea builds with 24
27da4bed is described below
commit 27da4bed5314b3a011314a5c4e345303351819e7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Mar 25 10:45:23 2025 -0400
Replace Java 24-ea builds with 24
---
.github/workflows/maven.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e472d587..3ce571ac 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- java: [ 8, 11, 17, 21, 23 ]
+ java: [ 8, 11, 17, 21, 24 ]
experimental: [false]
include:
- - java: 24-ea
- experimental: true
- java: 25-ea
experimental: true