[PHP-WEBMASTER] [web-downloads] main: Add support for vs18
[email protected] (Shivam Mathur) Mon, 18 May 2026 05:27:31 +0000
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: Shivam Mathur (shivammathur)
Date: 2026-05-18T10:57:21+05:30
Commit: https://github.com/php/web-downloads/commit/e599dd2a551f35ea3c306ac30bafc5d23dc58038
Raw diff: https://github.com/php/web-downloads/commit/e599dd2a551f35ea3c306ac30bafc5d23dc58038.diff
Add support for vs18
Changed paths:
M config/vs.json
Diff:
diff --git a/config/vs.json b/config/vs.json
index a4cebf4..64e6cf5 100644
--- a/config/vs.json
+++ b/config/vs.json
@@ -13,6 +13,6 @@
"8.3": "vs16",
"8.4": "vs17",
"8.5": "vs17",
- "8.6": "vs17",
- "master": "vs17"
+ "8.6": "vs18",
+ "master": "vs18"
}