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

commit f5a4211e26d0842cb03c2c9d9a8b5e2e5b556c8c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 08:44:46 2024 -0400

    Add Java 22 to the GitHub CI build
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 65a377ca..3c7f2ac8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ 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

Reply via email to