Skip to content

Commit

Permalink
[WFCORE-7070] Fix EAP80 Host Exclude kernelAPIVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Nov 25, 2024
1 parent 5691397 commit b4fa634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private enum KnownRelease {
EAP72("EAP7.2", KernelAPIVersion.VERSION_8_0),
EAP73("EAP7.3", KernelAPIVersion.VERSION_10_0),
EAP74("EAP7.4", KernelAPIVersion.VERSION_16_0),
EAP80("EAP8.0", KernelAPIVersion.VERSION_21_0),
EAP80("EAP8.0", KernelAPIVersion.VERSION_22_0),
WILDFLY10("WildFly10.0", KernelAPIVersion.VERSION_4_0),
WILDFLY10_1("WildFly10.1", KernelAPIVersion.VERSION_4_2),
WILDFLY11("WildFly11.0", KernelAPIVersion.VERSION_5_0),
Expand Down

0 comments on commit b4fa634

Please sign in to comment.