We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07cd98 commit aeb631fCopy full SHA for aeb631f
README.md
@@ -52,8 +52,8 @@ strategy:
52
- { os: windows-2022, php: "7.1" }
53
```
54
55
-Currently, `windows-2019` may be used for all PHP versions, although this may
56
-change in future releases.
+Currently, windows-2019 may be used for all PHP versions up to PHP 8.3.
+PHP 8.4 requires a newer image such as windows-2022.
57
58
### Manually Installing Toolsets
59
run.ps1
@@ -44,7 +44,7 @@ foreach ($toolset in (Get-ChildItem $dir)) {
44
}
45
$toolset = $toolsets.$vs
46
if (-not $toolset) {
47
- throw "toolset not available"
+ throw "no suitable toolset available on this runner"
48
49
50
if (-not (Test-Path "php-sdk")) {
0 commit comments