Skip to content

Commit 82e706e

Browse files
committed
Fix PHP 8.2.30 cflinuxfs4 artifact (absolute symlink) and update phpredis fixture version
1 parent fd2a076 commit 82e706e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"PHP_VERSION": "8.2.28",
2+
"PHP_VERSION": "{PHP_82_LATEST}",
33
"PHP_EXTENSIONS": ["redis"]
44
}

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ dependencies:
494494
version:
495495
- name: php
496496
version: 8.2.30
497-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs4_66c78136.tgz
498-
sha256: 66c781365414946c91ac44fa563e128353af279a440561bdc3892aa2f9eea06e
497+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.2.30_linux_x64_cflinuxfs4_b5ea149e.tgz
498+
sha256: b5ea149e3bba683a46816d914e3dc20c79032c5eaf5a9b8bebaa7f117461a04e
499499
cf_stacks:
500500
- cflinuxfs4
501501
source: https://php.net/distributions/php-8.2.30.tar.gz

0 commit comments

Comments
 (0)