File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ GO_VERSION = 1.23.9
28
28
# installed before running the integration tests which include backward
29
29
# compatibility tests. The list of versions must be in sync with any version
30
30
# 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
32
32
33
33
LOOP_COMMIT := $(shell cat go.mod | \
34
34
grep $(LOOP_PKG ) | \
Original file line number Diff line number Diff line change @@ -132,6 +132,9 @@ var allTestCases = []*testCase{
132
132
name : "custom channels multi rfq" ,
133
133
test : testCustomChannelsMultiRFQ ,
134
134
noAliceBob : true ,
135
+ backwardCompat : map [string ]string {
136
+ "Yara" : "v0.15.0-alpha" ,
137
+ },
135
138
},
136
139
{
137
140
name : "custom channels multi channel pathfinding" ,
You can’t perform that action at this time.
0 commit comments