Skip to content

Commit

Permalink
[skip ci] Update to ubuntu 24.04 for asan in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Nov 7, 2024
1 parent fb257ee commit 93c9c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
matrix:
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
with:
asan_ubuntu_version: '20.04'
asan_ubuntu_version: ${{
(((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9) && '24.04')
|| '20.04' }}
branch: ${{ matrix.branch.ref }}
community_verify_type_inference: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9 }}
libmysqlclient_with_mysqli: ${{ (matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1) }}
Expand Down
1 change: 1 addition & 0 deletions ext/ldap/tests/ldap_sasl_bind_error.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Patrick Allaert <[email protected]>
# Belgian PHP Testfest 2009
--EXTENSIONS--
ldap
--XLEAK--
--SKIPIF--
<?php require_once('skipifbindfailure.inc'); ?>
<?php if (!function_exists("ldap_sasl_bind")) die("skip LDAP extension not compiled with SASL support"); ?>
Expand Down

0 comments on commit 93c9c7c

Please sign in to comment.