Skip to content

Commit

Permalink
Use php8.1, and packages array in manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Sep 4, 2023
1 parent 282f6d3 commit 657a981
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,17 @@ ram.runtime = "50M"
main.url = "/"

[resources.apt]
packages = "php8.0-fpm php8.0-mysql php8.0-mbstring php8.0-xml php8.0-intl mariadb-server diffutils imagemagick acl"
packages = [
"php8.1-fpm",
"php8.1-mysql",
"php8.1-mbstring",
"php8.1-xml",
"php8.1-intl",
"mariadb-server",
"diffutils",
"imagemagick",
"acl",
]

[resources.database]
type = "mysql"

0 comments on commit 657a981

Please sign in to comment.