File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build PHP for a specific version, architecture and thread safety.
10
10
- name : Build PHP
11
11
uses : php/php-windows-builder/php@v1
12
12
with :
13
- php-version : ' 8.3.2 '
13
+ php-version : ' 8.4.1 '
14
14
arch : x64
15
15
ts : nts
16
16
` ` `
38
38
- name: Build
39
39
uses: php/php-windows-builder/php@v1
40
40
with:
41
- php-version: '8.3.2 '
41
+ php-version: '8.4.1 '
42
42
arch: ${{ matrix.arch }}
43
43
ts: ${{ matrix.ts }}
44
44
` ` `
@@ -58,7 +58,7 @@ Build a PHP extension for a specific version.
58
58
uses: php/php-windows-builder/extension@v1
59
59
with:
60
60
extension-url: https://github.com/xdebug/xdebug
61
- extension-ref: '3.3.1 '
61
+ extension-ref: '3.3.2 '
62
62
php-version: '8.3'
63
63
ts: nts
64
64
arch: x64
97
97
uses: php/php-windows-builder/extension-matrix@v1
98
98
with:
99
99
extension-url: https://github.com/xdebug/xdebug
100
- extension-ref: '3.3.1 '
101
- php-version-list: '8.3 , 8.4 '
100
+ extension-ref: '3.3.2 '
101
+ php-version-list: '8.2 , 8.3 '
102
102
arch-list: 'x64, x86'
103
103
ts-list: 'nts, ts'
104
104
` ` `
@@ -136,6 +136,7 @@ It will also check if a GitHub hosted Windows runner is available with the requi
136
136
| 8.1 | 2019 (vs16) | windows-2019, github-hosted |
137
137
| 8.2 | 2019 (vs16) | windows-2019, github-hosted |
138
138
| 8.3 | 2019 (vs16) | windows-2019, github-hosted |
139
+ | 8.4 | 2022 (vs17) | windows-2022, github-hosted |
139
140
140
141
# # Release
141
142
You can’t perform that action at this time.
0 commit comments