File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 CXX : ccache g++
4343jobs :
4444 LINUX_X64 :
45- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
45+ if : false
4646 services :
4747 mysql :
4848 image : mysql:8.3
@@ -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
@@ -147,13 +147,13 @@ jobs:
147147 WINDOWS :
148148 if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
149149 name : WINDOWS_X64_ZTS
150- runs-on : windows-2019
150+ runs-on : windows-2022
151151 env :
152152 PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
153153 PHP_BUILD_OBJ_DIR : C:\obj
154154 PHP_BUILD_CACHE_SDK_DIR : C:\build-cache\sdk
155155 PHP_BUILD_SDK_BRANCH : php-sdk-2.3.0
156- PHP_BUILD_CRT : vs16
156+ PHP_BUILD_CRT : vs17
157157 PLATFORM : x64
158158 THREAD_SAFE : " 1"
159159 INTRINSICS : AVX2
Original file line number Diff line number Diff line change 5858 ubuntu_version : ${{
5959 (((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 5) || matrix.branch.version[0] >= 9) && '24.04')
6060 || '22.04' }}
61- windows_version : ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9) && '2022' || '2019' }}
61+ windows_version : ' 2022'
6262 skip_laravel : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
6363 skip_symfony : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
6464 skip_wordpress : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
You can’t perform that action at this time.
0 commit comments