Skip to content

Commit

Permalink
Merge pull request jenkinsci#209 from jonesbusy/feature/update-ansibl…
Browse files Browse the repository at this point in the history
…e-versions

Update tested ansible version
  • Loading branch information
jonesbusy committed Apr 20, 2024
2 parents 20209d7 + 2796230 commit 6b78b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See `PipelineTest.java`

```java
private static Stream<String> ansibleVersions() {
return Stream.of("2.14.13", "2.15.8", "2.16.2");
return Stream.of("2.14.15", "2.15.10", "2.16.6");
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class PipelineTest {

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

@ParameterizedTest
Expand Down

0 comments on commit 6b78b33

Please sign in to comment.