Skip to content

Commit 6a59749

Browse files
authored
Merge pull request jenkinsci#291 from jonesbusy/feature/update-tests-ansible-version
Update tested ansible versions
2 parents 8753a83 + 48ef6c6 commit 6a59749

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.15.12", "2.16.11", "2.17.4");
55+
return Stream.of("2.16.14", "2.17.7", "2.18.1");
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.15.12", "2.16.11", "2.17.4");
42+
return Stream.of("2.16.14", "2.17.7", "2.18.1");
4343
}
4444

4545
@ParameterizedTest

0 commit comments

Comments
 (0)