From 2fd4e3276f28efed6a23408a950461bb85bc558f Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Wed, 6 May 2026 12:01:28 -0300 Subject: [PATCH] Run LLVM 20 on ppc64 Already installed, be consistent with the other platforms. --- .github/workflows/test-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 4905dcb9ccbc..faa477bd4832 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -35,8 +35,8 @@ jobs: configurationParameters: >- CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function" - CC=clang-17 - CXX=clang++-17 + CC=clang-20 + CXX=clang++-20 --enable-debug --enable-zts skipSlow: false # FIXME: This should likely include slow extensions