Commit bd105cf
committed
ci(dockerfile): bump PHP to 8.4 to match utopia-php/client requirement
utopia-php/client uses PHP 8.4's "method-call on new expression"
syntax (e.g. `new Request($method, $uri)->withUri(...)`). PHP 8.3
parses this as `unexpected token "->" expecting ";"` — the Tests job
was failing with 129 ParseErrors across the suite as a result.
Bumps the final stage image to php:8.4-cli-alpine. composer.json
already declares >=8.4 since the lib swap.1 parent 0e92bd0 commit bd105cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments