Skip to content

Commit

Permalink
Use PHP 8.2 as craftcms project type default
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 8, 2024
1 parent 96dcd92 commit 7fa3a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddevapp/craftcms.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func craftCmsPostStartAction(app *DdevApp) error {
}

func craftCmsConfigOverrideAction(app *DdevApp) error {
app.PHPVersion = nodeps.PHP81
app.PHPVersion = nodeps.PHP82
app.Database = DatabaseDesc{nodeps.MySQL, nodeps.MySQL80}
return nil
}
Expand Down

0 comments on commit 7fa3a68

Please sign in to comment.