From 99f360301663b884c3a54ea7c208673f025e7967 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 14 Oct 2024 22:58:57 -0400 Subject: [PATCH] JDK 21 Signed-off-by: Craig Perkins --- .github/workflows/test-with-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-with-security.yml b/.github/workflows/test-with-security.yml index e396e526..9c8536ca 100644 --- a/.github/workflows/test-with-security.yml +++ b/.github/workflows/test-with-security.yml @@ -12,7 +12,7 @@ jobs: build: strategy: matrix: - java: [ 11 ] + java: [ 21 ] # Job name name: Build and test Job-scheduler # This job runs on Linux