mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-07-31 10:47:27 +07:00
Set 8.0 as the latest version
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1102,7 +1102,7 @@ exports.getInput = getInput;
|
||||
async function parseVersion(version) {
|
||||
switch (version) {
|
||||
case 'latest':
|
||||
return '7.4';
|
||||
return '8.0';
|
||||
default:
|
||||
switch (true) {
|
||||
case version.length > 1:
|
||||
|
Reference in New Issue
Block a user