File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ for building and testing PHP extensions on Windows.
31
31
- ` deps ` : dependency libraries to install; for now, only
32
32
[ core dependencies] ( https://windows.php.net/downloads/php-sdk/deps/ ) are available
33
33
34
- Note that for PHP versions 7.2 and below, ` runs-on: windows-2022 ` will not work
34
+ Note that for PHP versions 7.4 and below, ` runs-on: windows-2022 ` will not work
35
35
as the correct toolset is not available. For these versions, you should use
36
36
` runs-on: windows-2019 ` . For example:
37
37
@@ -45,8 +45,8 @@ strategy:
45
45
exclude :
46
46
- { os: windows-2019, php: "8.1" }
47
47
- { os: windows-2019, php: "8.0" }
48
- - { os: windows-2019 , php: "7.4" }
49
- - { os: windows-2019 , php: "7.3" }
48
+ - { os: windows-2022 , php: "7.4" }
49
+ - { os: windows-2022 , php: "7.3" }
50
50
- { os: windows-2022, php: "7.2" }
51
51
- { os: windows-2022, php: "7.1" }
52
52
` ` `
You can’t perform that action at this time.
0 commit comments