From 7f1b8923fd3fde51e001d7337f1265ca8a24594d Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Sat, 28 Sep 2024 10:15:21 -0500 Subject: [PATCH] Fixes #4029 - Add Java 23 to build (#4030) --- .github/workflows/build.yml | 4 ++-- http/virtual/pom.xml | 8 ++++---- test/embedded/springboot-virtualthreads/pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5810f4da..d8cc599bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,12 @@ jobs: strategy: fail-fast: false matrix: - java: [ 21, 22 ] + java: [ 21, 23 ] os: [ubuntu-latest, windows-latest] steps: - name: Checkout Sources uses: actions/checkout@v4 - - name: Setup Java + - name: Setup Java ${{ matrix.java }} uses: actions/setup-java@v4 with: distribution: 'temurin' diff --git a/http/virtual/pom.xml b/http/virtual/pom.xml index 59b3259fb..60a93fefb 100644 --- a/http/virtual/pom.xml +++ b/http/virtual/pom.xml @@ -72,9 +72,9 @@ - jdk22 + jdk23 - 22 + 23 @@ -82,7 +82,7 @@ org.apache.maven.plugins maven-compiler-plugin - 22 + 23 true @@ -94,7 +94,7 @@ attach-javadocs --enable-preview - 22 + 23 diff --git a/test/embedded/springboot-virtualthreads/pom.xml b/test/embedded/springboot-virtualthreads/pom.xml index 8ae2d2ec8..9b4bf690e 100644 --- a/test/embedded/springboot-virtualthreads/pom.xml +++ b/test/embedded/springboot-virtualthreads/pom.xml @@ -83,9 +83,9 @@ - jdk22 + jdk23 - 22 + 23 @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-compiler-plugin - 22 + 23 true