Skip to content

Commit dc60c89

Browse files
committed
Testing
1 parent 5f3e6e3 commit dc60c89

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -23,51 +23,7 @@ runs:
2323
--enable-option-checking=fatal \
2424
--prefix=/usr/local \
2525
--enable-fpm \
26-
--with-pdo-mysql=mysqlnd \
27-
--with-mysqli=mysqlnd \
28-
--with-pgsql=/usr/local/opt/libpq \
29-
--with-pdo-pgsql=/usr/local/opt/libpq \
30-
--with-pdo-sqlite \
3126
--without-pear \
32-
--enable-gd \
33-
--with-jpeg \
34-
--with-webp \
35-
--with-freetype \
36-
--enable-exif \
37-
--with-zip \
38-
--with-zlib \
39-
--enable-soap \
40-
--enable-xmlreader \
41-
--with-xsl \
42-
--with-tidy=/usr/local/opt/tidy-html5 \
43-
--with-libxml \
44-
--enable-sysvsem \
45-
--enable-sysvshm \
46-
--enable-shmop \
47-
--enable-pcntl \
48-
--with-readline=/usr/local/opt/readline \
49-
--enable-mbstring \
50-
--with-curl \
51-
--with-gettext=/usr/local/opt/gettext \
52-
--enable-sockets \
53-
--with-bz2=/usr/local/opt/bzip2 \
54-
--with-openssl \
55-
--with-gmp=/usr/local/opt/gmp \
56-
--with-iconv=/usr/local/opt/libiconv \
57-
--enable-bcmath \
58-
--enable-calendar \
59-
--enable-ftp \
60-
--with-pspell=/usr/local/opt/aspell \
61-
--with-kerberos \
62-
--enable-sysvmsg \
63-
--with-ffi \
64-
--enable-zend-test \
65-
--enable-dl-test=shared \
66-
--enable-intl \
67-
--with-mhash \
68-
--with-sodium \
69-
--enable-dba \
70-
--enable-werror \
7127
--with-config-file-path=/etc \
7228
--with-config-file-scan-dir=/etc/php.d \
7329
${{ inputs.configurationParameters }}

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141
CXX: ccache g++
4242
jobs:
4343
LINUX_X64:
44-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
44+
if: false
4545
strategy:
4646
fail-fast: false
4747
matrix:
@@ -96,7 +96,7 @@ jobs:
9696
uses: ./.github/actions/verify-generated-files
9797
MACOS_DEBUG_NTS:
9898
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
99-
runs-on: macos-12
99+
runs-on: macos-15
100100
steps:
101101
- name: git checkout
102102
uses: actions/checkout@v4
@@ -110,7 +110,7 @@ jobs:
110110
- name: ./configure
111111
uses: ./.github/actions/configure-macos
112112
with:
113-
configurationParameters: --enable-debug --disable-zts
113+
configurationParameters: --enable-debug --disable-zts --disable-all --enable-opcache
114114
- name: make
115115
run: |-
116116
export PATH="/usr/local/opt/bison/bin:$PATH"
@@ -128,7 +128,7 @@ jobs:
128128
- name: Verify generated files are up to date
129129
uses: ./.github/actions/verify-generated-files
130130
WINDOWS:
131-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
131+
if: false
132132
name: WINDOWS_X64_ZTS
133133
runs-on: windows-2019
134134
env:

0 commit comments

Comments
 (0)