Skip to content

Commit 851c465

Browse files
committed
Update versions in README
1 parent 09fa742 commit 851c465

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Build PHP for a specific version, architecture and thread safety.
1010
- name: Build PHP
1111
uses: php/php-windows-builder/php@v1
1212
with:
13-
php-version: '8.3.2'
13+
php-version: '8.4.1'
1414
arch: x64
1515
ts: nts
1616
```
@@ -38,7 +38,7 @@ jobs:
3838
- name: Build
3939
uses: php/php-windows-builder/php@v1
4040
with:
41-
php-version: '8.3.2'
41+
php-version: '8.4.1'
4242
arch: ${{ matrix.arch }}
4343
ts: ${{ matrix.ts }}
4444
```
@@ -58,7 +58,7 @@ Build a PHP extension for a specific version.
5858
uses: php/php-windows-builder/extension@v1
5959
with:
6060
extension-url: https://github.com/xdebug/xdebug
61-
extension-ref: '3.3.1'
61+
extension-ref: '3.3.2'
6262
php-version: '8.3'
6363
ts: nts
6464
arch: x64
@@ -97,8 +97,8 @@ jobs:
9797
uses: php/php-windows-builder/extension-matrix@v1
9898
with:
9999
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'
102102
arch-list: 'x64, x86'
103103
ts-list: 'nts, ts'
104104
```
@@ -136,6 +136,7 @@ It will also check if a GitHub hosted Windows runner is available with the requi
136136
| 8.1 | 2019 (vs16) | windows-2019, github-hosted |
137137
| 8.2 | 2019 (vs16) | windows-2019, github-hosted |
138138
| 8.3 | 2019 (vs16) | windows-2019, github-hosted |
139+
| 8.4 | 2022 (vs17) | windows-2022, github-hosted |
139140

140141
## Release
141142

0 commit comments

Comments
 (0)