File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
CXX : ccache g++
43
43
jobs :
44
44
LINUX_X64 :
45
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
45
+ if : false
46
46
services :
47
47
mysql :
48
48
image : mysql:8.3
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Verify generated files are up to date
113
113
uses : ./.github/actions/verify-generated-files
114
114
MACOS_DEBUG_NTS :
115
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
115
+ if : false
116
116
runs-on : macos-13
117
117
steps :
118
118
- name : git checkout
@@ -147,7 +147,7 @@ jobs:
147
147
WINDOWS :
148
148
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
149
149
name : WINDOWS_X64_ZTS
150
- runs-on : windows-2019
150
+ runs-on : windows-2022
151
151
env :
152
152
PHP_BUILD_CACHE_BASE_DIR : C:\build-cache
153
153
PHP_BUILD_OBJ_DIR : C:\obj
Original file line number Diff line number Diff line change 58
58
ubuntu_version : ${{
59
59
(((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 5) || matrix.branch.version[0] >= 9) && '24.04')
60
60
|| '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'
62
62
skip_laravel : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
63
63
skip_symfony : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
64
64
skip_wordpress : ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
You can’t perform that action at this time.
0 commit comments