diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6b216c2..4df78960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,9 @@ jobs: - version: 17 toolchain: false - version: 21 - toolchain: true - - version: 22 - toolchain: true - - version: 23 - toolchain: true + toolchain: false + - version: 24 + toolchain: false exclude: - os: name: Linux diff --git a/spring-restdocs-webtestclient/build.gradle b/spring-restdocs-webtestclient/build.gradle index 951e41f5..7675c0d6 100644 --- a/spring-restdocs-webtestclient/build.gradle +++ b/spring-restdocs-webtestclient/build.gradle @@ -10,8 +10,12 @@ dependencies { api("org.springframework:spring-test") api("org.springframework:spring-webflux") + compileOnly("org.hamcrest:hamcrest-core") + internal(platform(project(":spring-restdocs-platform"))) + testCompileOnly("org.hamcrest:hamcrest-core") + testImplementation(testFixtures(project(":spring-restdocs-core"))) testRuntimeOnly("org.springframework:spring-context")