Skip to content

Commit

Permalink
Fix Kernel version EAP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Nov 27, 2024
1 parent eeec122 commit bf1f252
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 bf1f252

Please sign in to comment.