Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

Commit e855475

Browse files
authored
Update installer.go
Upgrade to php 7.4.14
1 parent 03c1f21 commit e855475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/php/installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func FastInstall(source, installFolder string) (string, error) {
3131

3232
var confirmation string
3333

34-
fmt.Print("Would you like to install PHP version 7.4.13? [y/N] ")
34+
fmt.Print("Would you like to install PHP version 7.4.14? [y/N] ")
3535
fmt.Scanln(&confirmation)
3636

3737
confirmation = strings.TrimSpace(confirmation)

0 commit comments

Comments
 (0)