File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class KotlinJava11Test extends Base
1717 'chmod +x tests/sdks/kotlin/gradlew ' ,
1818 ];
1919 protected string $ command =
20- 'docker run --network="mockapi" -v $(pwd):/app -w /app/tests/sdks/kotlin openjdk :11-jdk-slim sh -c "./gradlew test -q && cat result.txt" ' ;
20+ 'docker run --network="mockapi" -v $(pwd):/app -w /app/tests/sdks/kotlin eclipse-temurin :11-jdk-jammy sh -c "./gradlew test -q && cat result.txt" ' ;
2121
2222 protected array $ expectedOutput = [
2323 ...Base::PING_RESPONSE ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class KotlinJava17Test extends Base
1717 'chmod +x tests/sdks/kotlin/gradlew ' ,
1818 ];
1919 protected string $ command =
20- 'docker run --network="mockapi" -v $(pwd):/app -w /app/tests/sdks/kotlin openjdk :17-jdk-slim sh -c "./gradlew test -q && cat result.txt" ' ;
20+ 'docker run --network="mockapi" -v $(pwd):/app -w /app/tests/sdks/kotlin eclipse-temurin :17-jdk-jammy sh -c "./gradlew test -q && cat result.txt" ' ;
2121
2222 protected array $ expectedOutput = [
2323 ...Base::PING_RESPONSE ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class KotlinJava8Test extends Base
1717 'chmod +x tests/sdks/kotlin/gradlew ' ,
1818 ];
1919 protected string $ command =
20- 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/kotlin openjdk :8-jdk-slim sh -c "./gradlew test -q && cat result.txt" ' ;
20+ 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app/tests/sdks/kotlin eclipse-temurin :8-jdk-jammy sh -c "./gradlew test -q && cat result.txt" ' ;
2121
2222 protected array $ expectedOutput = [
2323 ...Base::PING_RESPONSE ,
You can’t perform that action at this time.
0 commit comments