We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20209d7 + 2796230 commit 6b78b33Copy full SHA for 6b78b33
README.md
@@ -52,7 +52,7 @@ See `PipelineTest.java`
52
53
```java
54
private static Stream<String> ansibleVersions() {
55
- return Stream.of("2.14.13", "2.15.8", "2.16.2");
+ return Stream.of("2.14.15", "2.15.10", "2.16.6");
56
}
57
```
58
src/test/java/org/jenkinsci/plugins/ansible/PipelineTest.java
@@ -39,7 +39,7 @@ public class PipelineTest {
39
40
// Test and support only supported ansible version (https://endoflife.date/ansible-core)
41
42
- return Stream.of("2.14.14", "2.15.9", "2.16.3");
43
44
45
@ParameterizedTest
0 commit comments