Skip to content

Commit

Permalink
update PHP 8.4 RC3 -> RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Nov 8, 2024
1 parent 68f8558 commit 5ae3e9d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/ci/alpine_compile_extension/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ services:
x-bake: *bake
args:
php_version: 8.4.0
php_url: https://downloads.php.net/~saki/php-8.4.0RC1.tar.gz
php_sha: ff924ce24493cd546c7227c2cedf75c32d23815b0a6e5c1658d9b005837631ff
php_url: https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.gz
php_sha: 3964fee49465e6fcae77ad030ae31aa720ade0a51c53df6e255e36eb867fd4b2
php_api: 20240924
volumes:
- ../../:/app
4 changes: 2 additions & 2 deletions dockerfiles/ci/bookworm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services:
args:
<<: *build-base
phpVersion: "8.4"
phpTarGzUrl: https://downloads.php.net/~saki/php-8.4.0RC3.tar.gz
phpSha256Hash: "1937d125c9bb42bc4d8dcd3b8bb25d377814aea50be492bbc64b3554b73af371"
phpTarGzUrl: https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.gz
phpSha256Hash: "3964fee49465e6fcae77ad030ae31aa720ade0a51c53df6e255e36eb867fd4b2"

php-8.3:
image: datadog/dd-trace-ci:php-8.3_bookworm-$BOOKWORM_NEXT_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ci/buster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
x-bake: *bake
args:
phpVersion: "8.4"
phpTarGzUrl: https://downloads.php.net/~saki/php-8.4.0RC3.tar.gz
phpSha256Hash: "1937d125c9bb42bc4d8dcd3b8bb25d377814aea50be492bbc64b3554b73af371"
phpTarGzUrl: https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.gz
phpSha256Hash: "3964fee49465e6fcae77ad030ae31aa720ade0a51c53df6e255e36eb867fd4b2"

php-8.3:
image: datadog/dd-trace-ci:php-8.3_buster
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/ci/centos/7/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ services:
x-bake: *bake
args:
phpVersion: "8.4"
phpTarGzUrl: https://downloads.php.net/~saki/php-8.4.0RC3.tar.gz
phpSha256Hash: "1937d125c9bb42bc4d8dcd3b8bb25d377814aea50be492bbc64b3554b73af371"
phpTarGzUrl: https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.gz
phpSha256Hash: "3964fee49465e6fcae77ad030ae31aa720ade0a51c53df6e255e36eb867fd4b2"
image: 'datadog/dd-trace-ci:php-8.4_centos-7'
4 changes: 2 additions & 2 deletions dockerfiles/ci/windows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ services:
args:
phpVersion: "8.4.0RC3"
vsVersion: "vs17"
phpTarGzUrl: https://downloads.php.net/~saki/php-8.4.0RC3.tar.gz
phpSha256Hash: "1937d125c9bb42bc4d8dcd3b8bb25d377814aea50be492bbc64b3554b73af371"
phpTarGzUrl: https://downloads.php.net/~calvinb/php-8.4.0RC4.tar.gz
phpSha256Hash: "3964fee49465e6fcae77ad030ae31aa720ade0a51c53df6e255e36eb867fd4b2"

php-8.3:
image: datadog/dd-trace-ci:php-8.3_windows
Expand Down

0 comments on commit 5ae3e9d

Please sign in to comment.