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 4646      matrix :
4747        branch : ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }} 
4848    with :
49-       asan_ubuntu_version : ' 20.04' 
49+       asan_ubuntu_version : ${{ 
50+         (((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9) && '24.04') 
51+         || '20.04' }} 
5052      branch : ${{ matrix.branch.ref }} 
5153      community_verify_type_inference : ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9 }} 
5254      libmysqlclient_with_mysqli : ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }} 
Original file line number Diff line number Diff line change 55# Belgian PHP Testfest 2009
66--EXTENSIONS--
77ldap
8+ --XLEAK--
89--SKIPIF--
910<?php  require_once ('skipifbindfailure.inc ' ); ?> 
1011<?php  if  (!function_exists ("ldap_sasl_bind " )) die ("skip LDAP extension not compiled with SASL support " ); ?> 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments