Skip to content

Commit 93c9c7c

Browse files
committed
[skip ci] Update to ubuntu 24.04 for asan in nightly
1 parent fb257ee commit 93c9c7c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/root.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
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) }}

ext/ldap/tests/ldap_sasl_bind_error.phpt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Patrick Allaert <patrickallaert@php.net>
55
# Belgian PHP Testfest 2009
66
--EXTENSIONS--
77
ldap
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"); ?>

0 commit comments

Comments
 (0)