Revert back to use Java 25 in FIPS CI scripts (#49290)

Closes #49194

Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
Ricardo Martin
2026-05-26 12:07:38 +02:00
committed by GitHub
parent 3ed18221ec
commit 090549c7de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -x
JAVA_VERSION=21
JAVA_VERSION=25
rm -f /etc/system-fips
dnf install -y "java-${JAVA_VERSION}-openjdk-devel"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
JAVA_VERSION=21
JAVA_VERSION=25
rm -f /etc/system-fips
dnf install -y "java-${JAVA_VERSION}-openjdk-devel"