Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update PHP 8.4 to rc4 #2938

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab/ci-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CentOS:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_TOKEN" $CI_REGISTRY
- docker buildx bake --no-cache --pull --push $PHP_VERSION

Alpine Compile Extension:
Alpine:
stage: ci-build
rules:
- when: manual
Expand All @@ -62,7 +62,7 @@ Alpine Compile Extension:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_TOKEN" $CI_REGISTRY
- docker buildx bake --no-cache --pull --push $PHP_VERSION

Ubuntu Bookworm:
Bookworm:
stage: ci-build
rules:
- when: manual
Expand Down Expand Up @@ -91,7 +91,7 @@ Ubuntu Bookworm:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_TOKEN" $CI_REGISTRY
- docker buildx bake --no-cache --pull --push $PHP_VERSION

Ubuntu Buster:
Buster:
stage: ci-build
rules:
- when: manual
Expand Down
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
Loading