Skip to content

Commit

Permalink
Update PHP default version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd authored Feb 8, 2024
1 parent 4767402 commit 1b27a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/php/resource_php_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (r ResourcePHP) Schema(ctx context.Context, req resource.SchemaRequest, res
// CC_WEBROOT
"php_version": schema.StringAttribute{
Optional: true,
MarkdownDescription: "PHP version (Default: 7)",
MarkdownDescription: "PHP version (Default: 8)",
},
"webroot": schema.StringAttribute{
Optional: true,
Expand Down

0 comments on commit 1b27a45

Please sign in to comment.