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


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

commit bdd1bee200c3e44cec6fc923532f93921e29170c
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 18 20:34:48 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 667103cd..a60c0e44 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
     strategy:
       matrix:
         os: [windows-latest, macos-13, ubuntu-latest]
-        java: [ 8, 11, 17, 21, 22 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
-            - java: 23-ea
+            - java: 23
               os: ubuntu-latest
               experimental: true
             - java: 24-ea

Reply via email to