Skip to content

Commit

Permalink
add verfiy php 8.4 (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl authored Dec 11, 2024
1 parent b928df9 commit 8273bb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4892,7 +4892,7 @@ workflows:
- php:8.1-fpm-alpine
- php:8.2-fpm-alpine
- php:8.3-fpm-alpine
- php:8.4-rc-fpm-alpine
- php:8.4-fpm-alpine
- verify_centos:
requires: [ "package extension" ]
matrix:
Expand All @@ -4912,7 +4912,7 @@ workflows:
- PHP_MAJOR=8 PHP_MINOR=1
- PHP_MAJOR=8 PHP_MINOR=2
- PHP_MAJOR=8 PHP_MINOR=3
# - PHP_MAJOR=8 PHP_MINOR=4
- PHP_MAJOR=8 PHP_MINOR=4
- verify_debian:
requires: [ "package extension" ]
matrix:
Expand All @@ -4935,7 +4935,7 @@ workflows:
- PHP_VERSION=8.1
- PHP_VERSION=8.2
- PHP_VERSION=8.3
# - PHP_VERSION=8.4
- PHP_VERSION=8.4

- verify_tar_gz:
requires: [ "package extension" ]
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ services:
# --- Bookworm ---
'8.2-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.2_bookworm-5' }
'8.3-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.3_bookworm-5' }
'8.4-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.4_bookworm-5' }
# --- CentOS 6 ---
'7.0-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.0_centos-7' }
'7.1-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.1_centos-7' }
Expand All @@ -97,6 +98,8 @@ services:
'8.0-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.0_centos-7' }
'8.1-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.1_centos-7' }
'8.2-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.2_centos-7' }
'8.3-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.3_centos-7' }
'8.4-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.4_centos-7' }
# --- Windows ---
'7.0-windows': { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.0_windows' }
'7.1-windows': { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.1_windows' }
Expand Down

0 comments on commit 8273bb7

Please sign in to comment.