Skip to content

Commit 6d2fbc2

Browse files
committed
Update README
1 parent 90675b2 commit 6d2fbc2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project provides actions to build PHP and its extensions on Windows.
44

55
## Build PHP
66

7-
Build PHP for a specific version, architecture and thread safety.
7+
Build a specific version of PHP, with the required architecture and thread safety.
88

99
```yaml
1010
- name: Build PHP
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
arch: [x64, x86]
3232
ts: [nts, ts]
33-
runs-on: windows-2019
33+
runs-on: windows-2022
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4
@@ -43,15 +43,15 @@ jobs:
4343
ts: ${{ matrix.ts }}
4444
```
4545

46-
The above workflow will produce the following the following builds for the PHP version `8.3.2` as artifacts.
46+
The above workflow will produce the following builds for the PHP version `8.4.1` as artifacts.
4747

4848
- nts-x64, nts-x64-AVX, ts-x64, nts-x86, ts-x86.
4949
- debug-pack and devel-pack for each the above configurations.
5050
- test pack
5151

5252
## Build a PHP extension
5353

54-
Build a PHP extension for a specific version.
54+
Build a specific version of a PHP extension.
5555

5656
```yaml
5757
- name: Build the extension
@@ -133,10 +133,10 @@ It will also check if a GitHub hosted Windows runner is available with the requi
133133
| 7.2 | 2017 (vc15) | windows-2019, github-hosted |
134134
| 7.3 | 2017 (vc15) | windows-2019, github-hosted |
135135
| 7.4 | 2017 (vc15) | windows-2019, github-hosted |
136-
| 8.0 | 2019 (vs16) | windows-2019, github-hosted |
137-
| 8.1 | 2019 (vs16) | windows-2019, github-hosted |
138-
| 8.2 | 2019 (vs16) | windows-2019, github-hosted |
139-
| 8.3 | 2019 (vs16) | windows-2019, github-hosted |
136+
| 8.0 | 2019 (vs16) | windows-2022, github-hosted |
137+
| 8.1 | 2019 (vs16) | windows-2022, github-hosted |
138+
| 8.2 | 2019 (vs16) | windows-2022, github-hosted |
139+
| 8.3 | 2019 (vs16) | windows-2022, github-hosted |
140140
| 8.4 | 2022 (vs17) | windows-2022, github-hosted |
141141

142142
## Release

0 commit comments

Comments
 (0)