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
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
3333LOOP_COMMIT  := $(shell  cat go.mod | \ 
3434		grep $(LOOP_PKG )  | \ 
Original file line number Diff line number Diff 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" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments