Skip to content

Commit

Permalink
Merge pull request #263 from jonesbusy/feature/update-ansible-test-ve…
Browse files Browse the repository at this point in the history
…rsion

Update tested ansible versions
  • Loading branch information
jonesbusy authored Oct 8, 2024
2 parents 8b84fe0 + b92a03f commit 01304fd
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.10", "2.17.3");
return Stream.of("2.15.12", "2.16.11", "2.17.4");
}
```

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.10", "2.17.3");
return Stream.of("2.15.12", "2.16.11", "2.17.4");
}

@ParameterizedTest
Expand Down

0 comments on commit 01304fd

Please sign in to comment.