Skip to content

Commit 62e8fb0

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
language: php
33
default_versions:
44
- name: php
5-
version: 8.1.32
5+
version: 8.3.x
66
- name: httpd
77
version: 2.4.66
88
- name: nginx

0 commit comments

Comments
 (0)