Skip to content

Commit bd5bdce

Browse files
authored
Merge pull request #649 from heroku/develop
v237
2 parents b118dfb + 2c75bde commit bd5bdce

File tree

11 files changed

+14
-1
lines changed

11 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# heroku-buildpack-php CHANGELOG
22

3+
## v237 (2023-08-04)
4+
5+
### ADD
6+
7+
- PHP/8.0.30 [David Zuelke]
8+
- PHP/8.1.22 [David Zuelke]
9+
- PHP/8.2.9 [David Zuelke]
10+
- ext-phalcon/5.2.3 [David Zuelke]
11+
12+
### CHG
13+
14+
- blackfire/2.19.0 [David Zuelke]
15+
316
## v236 (2023-07-18)
417

518
### ADD

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ fi
259259
mkdir -p $build_dir/.heroku/php-min
260260
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min
261261

262-
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 5 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.1.21.tar.gz" || {
262+
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 5 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.1.22.tar.gz" || {
263263
mcount "failures.bootstrap.download.php-min"
264264
error <<-EOF
265265
Failed to download minimal PHP for bootstrapping!
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)