Skip to content

Commit a21a21b

Browse files
authored
Note that PHP 7.4 and earlier requires windows-2019
GitHub recently removed vc15 from the windows-2022 image (see: actions/runner-images#9701).
1 parent 575941f commit a21a21b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for building and testing PHP extensions on Windows.
3131
- `deps`: dependency libraries to install; for now, only
3232
[core dependencies](https://windows.php.net/downloads/php-sdk/deps/) are available
3333

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
3535
as the correct toolset is not available. For these versions, you should use
3636
`runs-on: windows-2019`. For example:
3737

@@ -45,8 +45,8 @@ strategy:
4545
exclude:
4646
- { os: windows-2019, php: "8.1" }
4747
- { 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" }
5050
- { os: windows-2022, php: "7.2" }
5151
- { os: windows-2022, php: "7.1" }
5252
```

0 commit comments

Comments
 (0)