Skip to content

Commit 4b88964

Browse files
committed
Switch to windows-2022 for vs16
1 parent 05e2266 commit 4b88964

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ By default, the `extension-matrix` action will use the PHP versions defined in t
124124

125125
If the `php-version-list` input is not provided, it will use the PHP versions required in the `composer.json` file.
126126

127-
It will also check if a GitHub hosted Windows runner is available with the required Visual Studio version to build the extension for the PHP version. To override this for building the extension for older PHP versions, you will have to set the input `allow_old_php_versions` to `true` and add self-hosted Windows runners as specified in the table below.
127+
It will also check if a GitHub hosted Windows runner is available with the required Visual Studio version to build the extension for the PHP version or try to install it. To override this for building the extension for older PHP versions, you will have to set the input `allow_old_php_versions` to `true` and add self-hosted Windows runners as specified in the table below.
128128

129129
| PHP Version | Visual Studio Version | Windows Runner Labels |
130130
|-------------|-----------------------|-----------------------------|
131131
| 7.0 | 2015 (vc14) | windows-2012, self-hosted |
132132
| 7.1 | 2015 (vc14) | windows-2012, self-hosted |
133-
| 7.2 | 2017 (vc15) | windows-2019, github-hosted |
134-
| 7.3 | 2017 (vc15) | windows-2019, github-hosted |
135-
| 7.4 | 2017 (vc15) | windows-2019, github-hosted |
133+
| 7.2 | 2017 (vc15) | windows-2022, github-hosted |
134+
| 7.3 | 2017 (vc15) | windows-2022, github-hosted |
135+
| 7.4 | 2017 (vc15) | windows-2022, github-hosted |
136136
| 8.0 | 2019 (vs16) | windows-2022, github-hosted |
137137
| 8.1 | 2019 (vs16) | windows-2022, github-hosted |
138138
| 8.2 | 2019 (vs16) | windows-2022, github-hosted |

extension-matrix/config/vs.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@
1010
"type": "self-hosted"
1111
},
1212
"7.2": {
13-
"vs": "2019",
14-
"os": "windows-2019",
13+
"vs": "2022",
14+
"os": "windows-2022",
1515
"type": "github-hosted"
1616
},
1717
"7.3": {
18-
"vs": "2019",
19-
"os": "windows-2019",
18+
"vs": "2022",
19+
"os": "windows-2022",
2020
"type": "github-hosted"
2121
},
2222
"7.4": {
23-
"vs": "2019",
24-
"os": "windows-2019",
23+
"vs": "2022",
24+
"os": "windows-2022",
2525
"type": "github-hosted"
2626
},
2727
"8.0": {
28-
"vs": "2019",
28+
"vs": "2022",
2929
"os": "windows-2022",
3030
"type": "github-hosted"
3131
},
3232
"8.1": {
33-
"vs": "2019",
33+
"vs": "2022",
3434
"os": "windows-2022",
3535
"type": "github-hosted"
3636
},
3737
"8.2": {
38-
"vs": "2019",
38+
"vs": "2022",
3939
"os": "windows-2022",
4040
"type": "github-hosted"
4141
},
4242
"8.3": {
43-
"vs": "2019",
43+
"vs": "2022",
4444
"os": "windows-2022",
4545
"type": "github-hosted"
4646
},

0 commit comments

Comments
 (0)