We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8753a83 + 48ef6c6 commit 6a59749Copy full SHA for 6a59749
README.md
@@ -52,7 +52,7 @@ See `PipelineTest.java`
52
53
```java
54
private static Stream<String> ansibleVersions() {
55
- return Stream.of("2.15.12", "2.16.11", "2.17.4");
+ return Stream.of("2.16.14", "2.17.7", "2.18.1");
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
43
44
45
@ParameterizedTest
0 commit comments