Skip to content

Commit 7397607

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Don't test macOS & i386 without opcache on push
2 parents 872bf56 + 16c6d60 commit 7397607

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135
run: make -j$(/usr/bin/nproc) >/dev/null
136136
- name: make install
137137
uses: ./.github/actions/install-linux-x32
138-
- name: Test
139-
uses: ./.github/actions/test-linux
140138
- name: Test Tracing JIT
141139
uses: ./.github/actions/test-linux
142140
with:
@@ -166,10 +164,6 @@ jobs:
166164
make -j$(sysctl -n hw.logicalcpu) >/dev/null
167165
- name: make install
168166
run: sudo make install
169-
- name: Test
170-
uses: ./.github/actions/test-macos
171-
with:
172-
testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
173167
- name: Test Tracing JIT
174168
uses: ./.github/actions/test-macos
175169
with:

0 commit comments

Comments
 (0)