Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/update-smoke-test-latest-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
--artifact-id maven-surefire-plugin \
--prerelease-pattern alpha \
--prerelease-pattern beta \
--prerelease-pattern rc \
--prerelease-pattern '-m\d' \
--min-age-hours "${MIN_DEPENDENCY_AGE_HOURS}" \
--current-version "${{ steps.current.outputs.surefire_version }}" \
--github-output "$GITHUB_OUTPUT"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Pinned latest eligible stable version (>=48h old) for the Maven instrumentation latestDepTest.
# Updated automatically by the update-smoke-test-latest-versions workflow.
maven-surefire.latest=3.5.5
maven-surefire.latest=3.5.6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pinned latest eligible stable versions (>=48h old) for CI Visibility Gradle smoke tests.
# Updated automatically by the update-smoke-test-latest-versions workflow.
gradle.latest=9.5.1
gradle.latest=9.6.0
# Latest eligible stable patch per Gradle major release. Used to resolve the "oldest" smoke-test
# Gradle version (the latest patch of the oldest major the current TestKit supports).
gradle.latest.3=3.5.1
Expand All @@ -9,4 +9,4 @@ gradle.latest.5=5.6.4
gradle.latest.6=6.9.4
gradle.latest.7=7.6.6
gradle.latest.8=8.14.5
gradle.latest.9=9.5.1
gradle.latest.9=9.6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pinned latest eligible stable versions (>=48h old) for CI Visibility Maven smoke tests.
# Updated automatically by the update-smoke-test-latest-versions workflow.
maven.latest=4.0.0-beta-3
maven-surefire.latest=3.5.5
maven-surefire.latest=3.5.6