You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/rules/WildflyTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ public class WildflyTest extends TargetSystemTest {
24
24
@ParameterizedTest
25
25
@ValueSource(
26
26
strings = {
27
-
// keep testing on old and deprecated version for compatibility
28
-
"jboss/wildfly:9.0.1.Final",
29
-
// recent/latest to be maintained as newer versions are released
30
-
"quay.io/wildfly/wildfly:36.0.1.Final-jdk21"
27
+
// keep testing on old and deprecated version for compatibility
28
+
"jboss/wildfly:9.0.1.Final",
29
+
// recent/latest to be maintained as newer versions are released
0 commit comments