Skip to content

Commit

Permalink
Merge pull request #185 from jonesbusy/feature/update-ansible
Browse files Browse the repository at this point in the history
Update tested ansible versions
  • Loading branch information
jonesbusy authored Feb 7, 2024
2 parents 68274fe + a712828 commit 0bcf3a4
Showing 1 changed file with 1 addition and 1 deletion.
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.13", "2.15.8", "2.16.2");
return Stream.of("2.14.14", "2.15.9", "2.16.3");
}

@ParameterizedTest
Expand Down

0 comments on commit 0bcf3a4

Please sign in to comment.