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-email.git


The following commit(s) were added to refs/heads/master by this push:
     new bd2794c  CI builds: Replace Java 22 with Java 23
bd2794c is described below

commit bd2794c0d9a6944fcc18aacb0505a3d536cca60e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:34:08 2024 -0400

    CI builds: Replace Java 22 with Java 23
---
 .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 65511ad..4d2ac76 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, 22 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-          - java: 23-ea
+          - java: 23
             experimental: true
           - java: 24-ea
             experimental: true

Reply via email to