Skip to content

Commit 6b78b33

Browse files
authored
Merge pull request jenkinsci#209 from jonesbusy/feature/update-ansible-versions
Update tested ansible version
2 parents 20209d7 + 2796230 commit 6b78b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ See `PipelineTest.java`
5252

5353
```java
5454
private static Stream<String> ansibleVersions() {
55-
return Stream.of("2.14.13", "2.15.8", "2.16.2");
55+
return Stream.of("2.14.15", "2.15.10", "2.16.6");
5656
}
5757
```
5858

src/test/java/org/jenkinsci/plugins/ansible/PipelineTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class PipelineTest {
3939

4040
// Test and support only supported ansible version (https://endoflife.date/ansible-core)
4141
private static Stream<String> ansibleVersions() {
42-
return Stream.of("2.14.14", "2.15.9", "2.16.3");
42+
return Stream.of("2.14.15", "2.15.10", "2.16.6");
4343
}
4444

4545
@ParameterizedTest

0 commit comments

Comments
 (0)