Skip to content

Commit 7c44214

Browse files
add verfiy php 8.4
1 parent b0da77f commit 7c44214

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/continue_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@ workflows:
48924892
- php:8.1-fpm-alpine
48934893
- php:8.2-fpm-alpine
48944894
- php:8.3-fpm-alpine
4895-
- php:8.4-rc-fpm-alpine
4895+
- php:8.4-fpm-alpine
48964896
- verify_centos:
48974897
requires: [ "package extension" ]
48984898
matrix:
@@ -4912,7 +4912,7 @@ workflows:
49124912
- PHP_MAJOR=8 PHP_MINOR=1
49134913
- PHP_MAJOR=8 PHP_MINOR=2
49144914
- PHP_MAJOR=8 PHP_MINOR=3
4915-
# - PHP_MAJOR=8 PHP_MINOR=4
4915+
- PHP_MAJOR=8 PHP_MINOR=4
49164916
- verify_debian:
49174917
requires: [ "package extension" ]
49184918
matrix:
@@ -4935,7 +4935,7 @@ workflows:
49354935
- PHP_VERSION=8.1
49364936
- PHP_VERSION=8.2
49374937
- PHP_VERSION=8.3
4938-
# - PHP_VERSION=8.4
4938+
- PHP_VERSION=8.4
49394939

49404940
- verify_tar_gz:
49414941
requires: [ "package extension" ]

docker-compose.yml

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ services:
8888
# --- Bookworm ---
8989
'8.2-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.2_bookworm-5' }
9090
'8.3-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.3_bookworm-5' }
91+
'8.4-bookworm': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.4_bookworm-5' }
9192
# --- CentOS 6 ---
9293
'7.0-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.0_centos-7' }
9394
'7.1-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.1_centos-7' }
@@ -97,6 +98,8 @@ services:
9798
'8.0-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.0_centos-7' }
9899
'8.1-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.1_centos-7' }
99100
'8.2-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.2_centos-7' }
101+
'8.3-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.3_centos-7' }
102+
'8.4-centos7': { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.4_centos-7' }
100103
# --- Windows ---
101104
'7.0-windows': { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.0_windows' }
102105
'7.1-windows': { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.1_windows' }

0 commit comments

Comments
 (0)