@@ -48,7 +48,7 @@ permissions:
4848 contents : read
4949jobs :
5050 LINUX_PPC64 :
51- if : inputs.run_linux_ppc64
51+ if : false
5252 name : LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
5353 # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
5454 runs-on : [self-hosted, gentoo, ppc64]
8888 - name : Extra tests
8989 uses : ./.github/actions/extra-tests
9090 ALPINE :
91- if : inputs.run_alpine
91+ if : false
9292 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
9393 runs-on : ubuntu-22.04
9494 container :
@@ -144,6 +144,7 @@ jobs:
144144 token : ${{ secrets.ACTION_MONITORING_SLACK }}
145145
146146 LINUX_X64 :
147+ if : false
147148 services :
148149 mysql :
149150 image : mysql:8.3
@@ -276,6 +277,7 @@ jobs:
276277 with :
277278 token : ${{ secrets.ACTION_MONITORING_SLACK }}
278279 LINUX_X32 :
280+ if : false
279281 strategy :
280282 fail-fast : false
281283 matrix :
@@ -362,6 +364,7 @@ jobs:
362364 with :
363365 token : ${{ secrets.ACTION_MONITORING_SLACK }}
364366 MACOS :
367+ if : false
365368 strategy :
366369 fail-fast : false
367370 matrix :
@@ -422,7 +425,7 @@ jobs:
422425 with :
423426 token : ${{ secrets.ACTION_MONITORING_SLACK }}
424427 COVERAGE_DEBUG_NTS :
425- if : inputs.branch == 'master'
428+ if : false
426429 services :
427430 mysql :
428431 image : mysql:8.3
@@ -561,6 +564,7 @@ jobs:
561564 vendor/bin/phpunit
562565 EXIT_CODE=$?
563566 echo -e "\n::endgroup::"
567+ echo $EXIT_CODE
564568 if [ ${EXIT_CODE:-0} -gt 128 ]; then
565569 X=1;
566570 echo "Failed"
@@ -569,7 +573,7 @@ jobs:
569573 done
570574 exit $X
571575 - name : Test Laravel
572- if : ${{ !cancelled() && !inputs.skip_laravel }}
576+ if : false
573577 run : |
574578 git clone https://github.com/laravel/framework.git --depth=1
575579 cd framework
@@ -582,7 +586,7 @@ jobs:
582586 exit 1
583587 fi
584588 - name : Test ReactPHP
585- if : ${{ !cancelled() }}
589+ if : false
586590 run : |
587591 repositories="async cache child-process datagram dns event-loop promise promise-stream promise-timer stream"
588592 X=0
@@ -603,7 +607,7 @@ jobs:
603607 done
604608 exit $X
605609 - name : Test Revolt PHP
606- if : ${{ !cancelled() }}
610+ if : false
607611 run : |
608612 git clone https://github.com/revoltphp/event-loop.git --depth=1
609613 cd event-loop
@@ -614,7 +618,7 @@ jobs:
614618 exit 1
615619 fi
616620 - name : Test Symfony
617- if : ${{ !cancelled() && !inputs.skip_symfony }}
621+ if : false
618622 run : |
619623 git clone https://github.com/symfony/symfony.git --depth=1
620624 cd symfony
@@ -639,7 +643,7 @@ jobs:
639643 done
640644 exit $X
641645 - name : Test PHPUnit
642- if : ${{ !cancelled() }}
646+ if : false
643647 run : |
644648 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
645649 cd phpunit
@@ -650,15 +654,15 @@ jobs:
650654 exit 1
651655 fi
652656 - name : ' Symfony Preloading'
653- if : ${{ !cancelled() && !inputs.skip_symfony }}
657+ if : false
654658 run : |
655659 php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-req=php+
656660 cd symfony_demo
657661 git rev-parse HEAD
658662 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
659663 php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
660664 - name : Test Wordpress
661- if : ${{ !cancelled() && !inputs.skip_wordpress }}
665+ if : false
662666 run : |
663667 git clone https://github.com/WordPress/wordpress-develop.git wordpress --depth=1
664668 cd wordpress
@@ -678,6 +682,7 @@ jobs:
678682 with :
679683 token : ${{ secrets.ACTION_MONITORING_SLACK }}
680684 OPCACHE_VARIATION :
685+ if : false
681686 services :
682687 mysql :
683688 image : mysql:8.3
@@ -764,6 +769,7 @@ jobs:
764769 with :
765770 token : ${{ secrets.ACTION_MONITORING_SLACK }}
766771 MSAN :
772+ if : false
767773 name : MSAN
768774 runs-on : ubuntu-${{ inputs.ubuntu_version }}
769775 steps :
@@ -855,6 +861,7 @@ jobs:
855861 with :
856862 token : ${{ secrets.ACTION_MONITORING_SLACK }}
857863 LIBMYSQLCLIENT :
864+ if : false
858865 name : LIBMYSQLCLIENT
859866 runs-on : ubuntu-${{ inputs.ubuntu_version }}
860867 steps :
@@ -902,7 +909,7 @@ jobs:
902909 with :
903910 token : ${{ secrets.ACTION_MONITORING_SLACK }}
904911 PECL :
905- if : inputs.branch == 'master'
912+ if : false
906913 runs-on : ubuntu-22.04
907914 env :
908915 CC : ccache gcc
@@ -1014,6 +1021,7 @@ jobs:
10141021 with :
10151022 token : ${{ secrets.ACTION_MONITORING_SLACK }}
10161023 WINDOWS :
1024+ if : false
10171025 strategy :
10181026 fail-fast : false
10191027 matrix :
@@ -1060,6 +1068,7 @@ jobs:
10601068 - name : Test
10611069 run : .github/scripts/windows/test.bat
10621070 FREEBSD :
1071+ if : false
10631072 strategy :
10641073 fail-fast : false
10651074 matrix :
0 commit comments