Skip to content

Commit

Permalink
Merge pull request jenkinsci#291 from jonesbusy/feature/update-tests-…
Browse files Browse the repository at this point in the history
…ansible-version

Update tested ansible versions
  • Loading branch information
jonesbusy authored Jan 13, 2025
2 parents 8753a83 + 48ef6c6 commit 6a59749
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.15.12", "2.16.11", "2.17.4");
return Stream.of("2.16.14", "2.17.7", "2.18.1");
}
```

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

@ParameterizedTest
Expand Down

0 comments on commit 6a59749

Please sign in to comment.