From 9eada72b85ba617b3ba5972b2fca902f6d12c203 Mon Sep 17 00:00:00 2001
From: Jeremy Landis <jeremylandis@hotmail.com>
Date: Sat, 11 Jan 2025 16:54:58 -0500
Subject: [PATCH] Update ci.yaml

need to remove security manager for jdk 24+ as it no longer exists
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0fb5da50..8e4fbd98 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
       matrix:
         cache: [maven]
         distribution: [temurin]
-        java: [17, 21, 23, 24-ea, 25-ea]
+        java: [17, 21, 23]
         os: [ubuntu-latest, macos-latest, windows-latest]
       fail-fast: false
       max-parallel: 4