File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4141 --offline \
4242 --show-diff \
4343 --show-slow 1000 \
44- --set-timeout 120
44+ --set-timeout 120 \
45+ ext/mysqli/tests/bug73462.phpt
Original file line number Diff line number Diff line change 6565 include :
6666 - debug : true
6767 zts : false
68- - debug : false
69- zts : true
68+ # - debug: false
69+ # zts: true
7070 name : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
7171 runs-on : ubuntu-22.04
7272 steps :
@@ -112,7 +112,7 @@ jobs:
112112 - name : Verify generated files are up to date
113113 uses : ./.github/actions/verify-generated-files
114114 MACOS_DEBUG_NTS :
115- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
115+ if : false
116116 runs-on : macos-13
117117 steps :
118118 - name : git checkout
@@ -145,7 +145,7 @@ jobs:
145145 - name : Verify generated files are up to date
146146 uses : ./.github/actions/verify-generated-files
147147 WINDOWS :
148- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
148+ if : false
149149 name : WINDOWS_X64_ZTS
150150 runs-on : windows-2019
151151 env :
@@ -171,6 +171,7 @@ jobs:
171171 - name : Test
172172 run : .github/scripts/windows/test.bat
173173 FREEBSD :
174+ if : false
174175 name : FREEBSD
175176 runs-on : ubuntu-latest
176177 steps :
You can’t perform that action at this time.
0 commit comments