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


The following commit(s) were added to refs/heads/master by this push:
     new 7fb9895  Add Java 21 build to GitHub
7fb9895 is described below

commit 7fb989532b1abeb8a0f6f09c888e84a2b83255c5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 10:40:18 2023 -0400

    Add Java 21 build to GitHub
---
 .github/workflows/maven.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index e48fc3f..4e3a5c6 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,16 +28,16 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macos-latest]
-        java: [ 8, 11, 17 ]
+        java: [ 8, 11, 17, 21 ]
         experimental: [false]
 #        include:
-#          - java: 18-ea
+#          - java: 22-ea
 #            os: ubuntu-latest
 #            experimental: true        
-#          - java: 18-ea
+#          - java: 22-ea
 #            os: windows-latest
 #            experimental: true        
-#          - java: 18-ea
+#          - java: 22-ea
 #            os: macos-latest
 #            experimental: true        
       fail-fast: false

Reply via email to