Skip to content

Commit 961d5a1

Browse files
authored
Merge pull request #2276 from technosophos/feat/update-php-8.2
Update template to use PHP 8.2
2 parents 8967f6e + 82cdbaa commit 961d5a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

templates/http-php/content/spin.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ description = "{{project-description}}"
99
[[trigger.http]]
1010
route = "{{http-path}}"
1111
component = "{{project-name | kebab_case}}"
12-
executor = { type = "wagi"}
12+
executor = { type = "wagi" }
1313

1414
[component.{{project-name | kebab_case}}]
15-
files = [ { source = "./src", destination = "/" } ]
15+
files = [{ source = "./src", destination = "/" }]
1616
allowed_outbound_hosts = []
17+
1718
[component.{{project-name | kebab_case}}.source]
18-
url = "https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/php%2F7.4.32%2B20221124-2159d1c/php-cgi-7.4.32.speed-optimized.wasm"
19-
digest = "sha256:511720698dee56134ed8a08a87131d33c3ea8a64b6726cd6710d624bca4ceb6c"
19+
url = "https://github.com/vmware-labs/webassembly-language-runtimes/releases/download/php%2F8.2.6%2B20230714-11be424/php-cgi-8.2.6-slim.wasm"
20+
digest = "sha256:4fd2e8c42ae529ba72f88a0f1e46de1fc69a4b4f01e01fedd65ca966b8ffe6fa"

0 commit comments

Comments
 (0)