@@ -54,7 +54,7 @@ permissions:
5454 contents : read
5555jobs :
5656 LINUX_PPC64 :
57- if : inputs.run_linux_ppc64
57+ if : false
5858 name : LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
5959 # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
6060 runs-on : [self-hosted, gentoo, ppc64]
9494 - name : Extra tests
9595 uses : ./.github/actions/extra-tests
9696 ALPINE :
97- if : inputs.run_alpine
97+ if : false
9898 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
9999 runs-on : ubuntu-24.04
100100 container :
@@ -139,6 +139,7 @@ jobs:
139139 - name : Extra tests
140140 uses : ./.github/actions/extra-tests
141141 LINUX_X64 :
142+ if : false
142143 services :
143144 mysql :
144145 image : mysql:8.3
@@ -267,6 +268,7 @@ jobs:
267268 - name : Verify generated files are up to date
268269 uses : ./.github/actions/verify-generated-files
269270 LINUX_X32 :
271+ if : false
270272 strategy :
271273 fail-fast : false
272274 matrix :
@@ -348,6 +350,7 @@ jobs:
348350 - name : Extra tests
349351 uses : ./.github/actions/extra-tests
350352 MACOS :
353+ if : false
351354 strategy :
352355 fail-fast : false
353356 matrix :
@@ -403,7 +406,7 @@ jobs:
403406 - name : Verify generated files are up to date
404407 uses : ./.github/actions/verify-generated-files
405408 COVERAGE_DEBUG_NTS :
406- if : inputs.branch == 'master'
409+ if : false
407410 services :
408411 mysql :
409412 image : mysql:8.3
@@ -463,6 +466,7 @@ jobs:
463466 token : ${{ secrets.CODECOV_TOKEN }}
464467 verbose : true
465468 COMMUNITY :
469+ if : false
466470 strategy :
467471 fail-fast : false
468472 matrix :
@@ -649,6 +653,7 @@ jobs:
649653 exit 1
650654 fi
651655 OPCACHE_VARIATION :
656+ if : false
652657 services :
653658 mysql :
654659 image : mysql:8.3
@@ -730,6 +735,7 @@ jobs:
730735 - name : Verify generated files are up to date
731736 uses : ./.github/actions/verify-generated-files
732737 MSAN :
738+ if : false
733739 name : MSAN
734740 runs-on : ubuntu-${{ inputs.ubuntu_version }}
735741 steps :
@@ -816,6 +822,7 @@ jobs:
816822 - name : Verify generated files are up to date
817823 uses : ./.github/actions/verify-generated-files
818824 LIBMYSQLCLIENT :
825+ if : false
819826 name : LIBMYSQLCLIENT
820827 runs-on : ubuntu-${{ inputs.ubuntu_version }}
821828 steps :
@@ -858,7 +865,7 @@ jobs:
858865 - name : Verify generated files are up to date
859866 uses : ./.github/actions/verify-generated-files
860867 PECL :
861- if : inputs.branch == 'master'
868+ if : false
862869 runs-on : ubuntu-22.04
863870 env :
864871 CC : ccache gcc
@@ -965,6 +972,7 @@ jobs:
965972 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
966973 make -j$(/usr/bin/nproc)
967974 WINDOWS :
975+ if : false
968976 strategy :
969977 fail-fast : false
970978 matrix :
@@ -1011,6 +1019,7 @@ jobs:
10111019 - name : Test
10121020 run : .github/scripts/windows/test.bat
10131021 FREEBSD :
1022+ if : false
10141023 strategy :
10151024 fail-fast : false
10161025 matrix :
@@ -1031,3 +1040,7 @@ jobs:
10311040 configurationParameters : >-
10321041 --${{ matrix.zts && 'enable' || 'disable' }}-zts
10331042 runExtraTests : true
1043+ TEST :
1044+ runs-on : ubuntu-latest
1045+ steps :
1046+ - run : exit 1
0 commit comments