Commit 598242d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments