Skip to content

Commit 84c6e51

Browse files
committed
Testing
1 parent 5f46d86 commit 84c6e51

File tree

2 files changed

+4
-46
lines changed

2 files changed

+4
-46
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ env:
4141
CXX: ccache g++
4242
jobs:
4343
LINUX_X64:
44+
if: false
4445
strategy:
4546
fail-fast: false
4647
matrix:
@@ -94,7 +95,7 @@ jobs:
9495
- name: Verify generated files are up to date
9596
uses: ./.github/actions/verify-generated-files
9697
MACOS_DEBUG_NTS:
97-
runs-on: macos-12
98+
runs-on: macos-15
9899
steps:
99100
- name: git checkout
100101
uses: actions/checkout@v4
@@ -108,7 +109,7 @@ jobs:
108109
- name: ./configure
109110
uses: ./.github/actions/configure-macos
110111
with:
111-
configurationParameters: --enable-debug --disable-zts
112+
configurationParameters: --enable-debug --disable-zts --disable-all --enable-opcache
112113
- name: make
113114
run: |-
114115
export PATH="/usr/local/opt/bison/bin:$PATH"
@@ -126,6 +127,7 @@ jobs:
126127
- name: Verify generated files are up to date
127128
uses: ./.github/actions/verify-generated-files
128129
WINDOWS:
130+
if: false
129131
name: WINDOWS_X64_ZTS
130132
runs-on: windows-2019
131133
env:

0 commit comments

Comments
 (0)