mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix ASan build
This commit is contained in:
commit
25a8f155f2
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -80,7 +80,9 @@ jobs:
|
||||
zts: true
|
||||
asan: true
|
||||
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
|
||||
container:
|
||||
image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user