mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-30 09:24:07 +07:00
Set 8.0 as the latest version
This commit is contained in:
@ -49,7 +49,7 @@ export async function getInput(
|
||||
export async function parseVersion(version: string): Promise<string> {
|
||||
switch (version) {
|
||||
case 'latest':
|
||||
return '7.4';
|
||||
return '8.0';
|
||||
default:
|
||||
switch (true) {
|
||||
case version.length > 1:
|
||||
|
Reference in New Issue
Block a user