Skip to content

Commit

Permalink
Merge pull request #764 from heroku/2024-11-updates
Browse files Browse the repository at this point in the history
November 2024 PHP Updates
  • Loading branch information
dzuelke authored Nov 21, 2024
2 parents fcecd65 + 50f5789 commit 1e872f0
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 17 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

## [Unreleased]

### ADD

- PHP/8.1.31 [David Zuelke]
- PHP/8.2.26 [David Zuelke]
- PHP/8.3.14 [David Zuelke]
- ext-rdkafka/6.0.5 [David Zuelke]
- ext-blackfire/1.92.28 [David Zuelke]

### CHG

- Update internal PHP EOL info to align with 2024 updates laid out in https://wiki.php.net/rfc/release_cycle_update [David Zuelke]
- Blackfire/2.28.19 [David Zuelke]
- Composer/2.8.3 [David Zuelke]

## [v258] - 2024-10-31

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
base64 (0.2.0)
diff-lcs (1.5.1)
erubis (2.7.0)
excon (0.111.0)
excon (0.112.0)
heroics (0.1.3)
base64
erubis (~> 2.0)
Expand All @@ -37,7 +37,7 @@ GEM
rake (13.2.1)
rate_throttle_client (0.1.2)
rrrretry (1.0.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -48,7 +48,7 @@ GEM
sem_version (2.0.1)
thor (1.3.2)
threaded (0.0.4)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
ruby
Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ fi
mkdir -p $build_dir/.heroku/php-min
ln -s $build_dir/.heroku/php-min /app/.heroku/php-min

curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.3.13.tar.gz" || {
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/php-min.tar.gz "${s3_url}php-min-8.3.14.tar.gz" || {
mcount "failures.bootstrap.download.php-min"
error <<-EOF
Failed to download minimal PHP for bootstrapping!
Expand All @@ -263,7 +263,7 @@ curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --sil
tar xzf $build_dir/.heroku/php-min.tar.gz -C $build_dir/.heroku/php-min
rm $build_dir/.heroku/php-min.tar.gz

curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.2.tar.gz" || {
curl_retry_on_18 --retry-connrefused --retry 3 --connect-timeout 10 --fail --silent --location -o $build_dir/.heroku/composer.tar.gz "${s3_url}composer-2.8.3.tar.gz" || {
mcount "failures.bootstrap.download.composer"
error <<-EOF
Failed to download Composer for bootstrapping!
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions support/devcenter/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e872f0

Please sign in to comment.