mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-01 11:17:17 +07:00
Remove bintray from manifest and win32.ps1
Fix JIT ini values in win32.ps1
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -2715,7 +2715,7 @@ exports.fetch = fetch;
|
||||
* @param version
|
||||
*/
|
||||
async function parseVersion(version) {
|
||||
const manifest = 'https://dl.bintray.com/shivammathur/php/php-versions.json';
|
||||
const manifest = 'https://raw.githubusercontent.com/shivammathur/setup-php/develop/src/configs/php-versions.json';
|
||||
switch (true) {
|
||||
case /^(latest|\d+\.x)$/.test(version):
|
||||
return JSON.parse(await fetch(manifest))[version];
|
||||
|
Reference in New Issue
Block a user