We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce247bd commit 073fc98Copy full SHA for 073fc98
1 file changed
.github/workflows/check-snapshots.yml
@@ -22,7 +22,7 @@ jobs:
22
toolchain: 25
23
with:
24
java-version: ${{ matrix.java-version }}
25
- test-args: --refresh-dependencies -PforceMavenRepositories=snapshot,https://oss.sonatype.org/content/repositories/snapshots -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion=7.+ -PreactorVersion=2025.+ -PspringDataVersion=2025.+ --stacktrace
+ test-args: --refresh-dependencies -PforceMavenRepositories=snapshot,https://oss.sonatype.org/content/repositories/snapshots -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion=7.0.+ -PreactorVersion=2025.+ -PspringDataVersion=2025.+ --stacktrace
26
secrets: inherit
27
send-notification:
28
name: Send Notification
0 commit comments