Skip to content

Commit 8a79b1c

Browse files
committed
Test
1 parent 76a254a commit 8a79b1c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
--enable-exif \
3737
--with-zip \
3838
--with-zlib \
39-
--enable-soap \
39+
--enable-address-sanitizer \
4040
--enable-xmlreader \
4141
--with-xsl \
4242
--with-tidy="$BREW_OPT"/tidy-html5 \

.github/actions/test-macos/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ runs:
2929
--offline \
3030
--show-diff \
3131
--show-slow 1000 \
32-
--set-timeout 120
32+
--set-timeout 120 \
33+
ext/phar
3334
- uses: actions/upload-artifact@v4
3435
if: always() && inputs.testArtifacts != null
3536
with:

.github/workflows/push.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
CXX: ccache g++
4444
jobs:
4545
LINUX_X64:
46-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
46+
if: false
4747
services:
4848
mysql:
4949
image: mysql:8
@@ -156,8 +156,6 @@ jobs:
156156
include:
157157
- os: 13
158158
arch: X64
159-
- os: 14
160-
arch: ARM64
161159
name: MACOS_${{ matrix.arch }}_DEBUG_NTS
162160
runs-on: macos-${{ matrix.os }}
163161
steps:
@@ -191,7 +189,7 @@ jobs:
191189
- name: Verify generated files are up to date
192190
uses: ./.github/actions/verify-generated-files
193191
WINDOWS:
194-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
192+
if: false
195193
name: WINDOWS_X64_ZTS
196194
runs-on: windows-2019
197195
env:
@@ -218,7 +216,7 @@ jobs:
218216
run: .github/scripts/windows/test.bat
219217
BENCHMARKING:
220218
name: BENCHMARKING
221-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
219+
if: false
222220
runs-on: ubuntu-22.04
223221
steps:
224222
- name: git checkout

0 commit comments

Comments
 (0)