Skip to content

Commit 938d1cf

Browse files
committed
Use VS17 for Win PHP 8.4
1 parent 15b642d commit 938d1cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Platform/TargetPlatform.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ public static function fromPhpBinaryPath(PhpBinaryPath $phpBinaryPath): self
115115
case 'VS16':
116116
$windowsCompiler = WindowsCompiler::VS16;
117117
break;
118+
case 'VS17':
119+
$windowsCompiler = WindowsCompiler::VS16;
120+
break;
118121
}
119122
}
120123
}

0 commit comments

Comments
 (0)