We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd223fe commit a8e2e02Copy full SHA for a8e2e02
.github/workflows/push.yml
@@ -193,7 +193,6 @@ jobs:
193
-d zend_extension=opcache.so
194
-d opcache.enable_cli=1
195
LINUX_ARM64:
196
- if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
197
services:
198
mysql:
199
image: mysql:8.3
@@ -229,7 +228,7 @@ jobs:
229
228
- debug: true
230
zts: true
231
asan: true
232
- name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
+ name: "LINUX_ARM64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
233
runs-on: ubuntu-24.04-arm
234
timeout-minutes: 50
235
steps:
0 commit comments