Skip to content

Commit 1e79938

Browse files
committed
make+itest: pin multi-rfq Yara node to v0.15.0-alpha
1 parent 32cd575 commit 1e79938

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ GO_VERSION = 1.23.9
2828
# installed before running the integration tests which include backward
2929
# compatibility tests. The list of versions must be in sync with any version
3030
# used in the backwardCompat map in itest/litd_test_list_on_test.go.
31-
LITD_COMPAT_VERSIONS = v0.14.1-alpha
31+
LITD_COMPAT_VERSIONS = v0.14.1-alpha v0.15.0-alpha
3232

3333
LOOP_COMMIT := $(shell cat go.mod | \
3434
grep $(LOOP_PKG) | \

itest/litd_test_list_on_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ var allTestCases = []*testCase{
132132
name: "custom channels multi rfq",
133133
test: testCustomChannelsMultiRFQ,
134134
noAliceBob: true,
135+
backwardCompat: map[string]string{
136+
"Yara": "v0.15.0-alpha",
137+
},
135138
},
136139
{
137140
name: "custom channels multi channel pathfinding",

0 commit comments

Comments
 (0)