Commit 62e8fb0
committed
Change PHP default to 8.3.x (required for cflinuxfs5 packaging)
PHP 8.1.x is EOL (2024-11-25) and is not available on cflinuxfs5.
buildpack-packager validates that the default version exists for every
target stack, so packaging for cflinuxfs5 failed with:
No matching default dependency `php` for stack `cflinuxfs5`
Change the default to 8.3.x which is present in both cflinuxfs4 and
cflinuxfs5. This also aligns the default with the actively maintained
PHP stream.1 parent 82e706e commit 62e8fb0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments