From 46d6c56e6caf58d17b9b34a984b3e6403a0073a8 Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Wed, 23 Oct 2024 11:15:39 -0400 Subject: [PATCH] Add JDK-23 to the build matrix Signed-off-by: Andriy Redko --- .github/workflows/notifications-test-and-build-workflow.yml | 4 ++-- .github/workflows/security-notifications-test-workflow.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notifications-test-and-build-workflow.yml b/.github/workflows/notifications-test-and-build-workflow.yml index 19bd98b4..aa31d570 100644 --- a/.github/workflows/notifications-test-and-build-workflow.yml +++ b/.github/workflows/notifications-test-and-build-workflow.yml @@ -22,7 +22,7 @@ jobs: # This setting says that all jobs should finish, even if one fails fail-fast: false matrix: - java: [21] + java: [21, 23] # Job name name: Build Notifications with JDK ${{ matrix.java }} on linux @@ -85,7 +85,7 @@ jobs: # This setting says that all jobs should finish, even if one fails fail-fast: false matrix: - java: [21] + java: [21, 23] os: [ windows-latest, macos-latest ] include: - os: windows-latest diff --git a/.github/workflows/security-notifications-test-workflow.yml b/.github/workflows/security-notifications-test-workflow.yml index 2db46e1e..90a640d0 100644 --- a/.github/workflows/security-notifications-test-workflow.yml +++ b/.github/workflows/security-notifications-test-workflow.yml @@ -16,7 +16,7 @@ jobs: # This setting says that all jobs should finish, even if one fails fail-fast: false matrix: - java: [21] + java: [21, 23] runs-on: ubuntu-latest