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

commit 08bbfe4bf79afa5602a64ae13230db6252c5e061
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 09:37:31 2024 -0400

    Add Java 22 to the GitHub CI build
---
 .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 bd7b4413f..33885acc3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,10 +37,10 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-13]
-        java: [ 8, 11, 17, 21 ]
+        java: [ 8, 11, 17, 21, 22 ]
         experimental: [false]
         include:
-          # Update java 21/ubuntu to add deploy step
+          # Use Java 21 and Ubuntu to add deploy step
           - java: 21
             os: ubuntu-latest
             experimental: false

Reply via email to