Skip to content

Commit

Permalink
Refresh test data
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Aug 15, 2024
1 parent aca9ec7 commit cd2f46f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7", "2.17.0");
return Stream.of("2.15.12", "2.16.10", "2.17.3");
}
```

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

@ParameterizedTest
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jenkins/ssh-agent:5.22.0-jdk21
FROM jenkins/ssh-agent:5.46.0-jdk21

# Define build argument for ansible-core version
ARG ANSIBLE_CORE_VERSION=
Expand Down

0 comments on commit cd2f46f

Please sign in to comment.