This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch java21
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit cb58d7b48f86c68f744fe5fd16025446b1831d1a
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Sat Jan 27 14:36:38 2024 +0100

    run CI with Java 21
---
 .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 e582f86..d65bd00 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ ubuntu-latest, windows-latest, macOS-latest ]
-        java: [ 11, 17, 20 ]
+        java: [ 11, 17, 21 ]
         dist: [ 'temurin', 'semeru' ]
         exclude:
         - os: macos-latest

Reply via email to