File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 46
46
matrix :
47
47
branch : ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
48
48
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' }}
50
52
branch : ${{ matrix.branch.ref }}
51
53
community_verify_type_inference : ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9 }}
52
54
libmysqlclient_with_mysqli : ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Patrick Allaert <patrickallaert@php.net>
5
5
# Belgian PHP Testfest 2009
6
6
--EXTENSIONS--
7
7
ldap
8
+ --XLEAK--
8
9
--SKIPIF--
9
10
<?php require_once ('skipifbindfailure.inc ' ); ?>
10
11
<?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