Skip to content

Commit 16c6d60

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Don't test macOS & i386 without opcache on push
2 parents 4db701c + 5cd0208 commit 16c6d60

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
@@ -118,8 +118,6 @@ jobs:
118118
run: make -j$(/usr/bin/nproc) >/dev/null
119119
- name: make install
120120
uses: ./.github/actions/install-linux-x32
121-
- name: Test
122-
uses: ./.github/actions/test-linux
123121
- name: Test Tracing JIT
124122
uses: ./.github/actions/test-linux
125123
with:
@@ -149,10 +147,6 @@ jobs:
149147
make -j$(sysctl -n hw.logicalcpu) >/dev/null
150148
- name: make install
151149
run: sudo make install
152-
- name: Test
153-
uses: ./.github/actions/test-macos
154-
with:
155-
testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
156150
- name: Test Tracing JIT
157151
uses: ./.github/actions/test-macos
158152
with:

0 commit comments

Comments
 (0)