Skip to content

Commit 598242d

Browse files
committed
ci: Track the latest v3 contract test release instead of a pinned alpha
The FDv2 contract test job pinned sdk-test-harness to v3.0.0-alpha.6, which means every harness release needs a manual bump here. In practice the pin went stale and the job skipped all v3.1.x and v3.2.x tests. The harness downloader resolves a partial version against the Releases API and includes prereleases, so "v3" selects the newest v3 release. The FDv1 job in this repo already floats the same way on the action default of "v2".
1 parent 5da1515 commit 598242d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
test_service_port: 9000
6969
token: ${{ secrets.GITHUB_TOKEN }}
70-
version: v3.0.0-alpha.6
70+
version: v3
7171
enable_persistence_tests: "true"
7272

7373
windows:

0 commit comments

Comments
 (0)