Skip to content

Commit

Permalink
Fix extension setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 4, 2021
1 parent 86e1ccd commit b2f833f
Show file tree
Hide file tree
Showing 5 changed files with 7,710 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,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];
Expand Down
Loading

0 comments on commit b2f833f

Please sign in to comment.