File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4892,7 +4892,7 @@ workflows:
4892
4892
- php:8.1-fpm-alpine
4893
4893
- php:8.2-fpm-alpine
4894
4894
- php:8.3-fpm-alpine
4895
- - php:8.4-rc- fpm-alpine
4895
+ - php:8.4-fpm-alpine
4896
4896
- verify_centos :
4897
4897
requires : [ "package extension" ]
4898
4898
matrix :
@@ -4912,7 +4912,7 @@ workflows:
4912
4912
- PHP_MAJOR=8 PHP_MINOR=1
4913
4913
- PHP_MAJOR=8 PHP_MINOR=2
4914
4914
- PHP_MAJOR=8 PHP_MINOR=3
4915
- # - PHP_MAJOR=8 PHP_MINOR=4
4915
+ - PHP_MAJOR=8 PHP_MINOR=4
4916
4916
- verify_debian :
4917
4917
requires : [ "package extension" ]
4918
4918
matrix :
@@ -4935,7 +4935,7 @@ workflows:
4935
4935
- PHP_VERSION=8.1
4936
4936
- PHP_VERSION=8.2
4937
4937
- PHP_VERSION=8.3
4938
- # - PHP_VERSION=8.4
4938
+ - PHP_VERSION=8.4
4939
4939
4940
4940
- verify_tar_gz :
4941
4941
requires : [ "package extension" ]
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ services:
88
88
# --- Bookworm ---
89
89
' 8.2-bookworm ' : { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.2_bookworm-5' }
90
90
' 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' }
91
92
# --- CentOS 6 ---
92
93
' 7.0-centos7 ' : { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.0_centos-7' }
93
94
' 7.1-centos7 ' : { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-7.1_centos-7' }
@@ -97,6 +98,8 @@ services:
97
98
' 8.0-centos7 ' : { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.0_centos-7' }
98
99
' 8.1-centos7 ' : { <<: *linux_php_service, image: 'datadog/dd-trace-ci:php-8.1_centos-7' }
99
100
' 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' }
100
103
# --- Windows ---
101
104
' 7.0-windows ' : { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.0_windows' }
102
105
' 7.1-windows ' : { <<: *windows_php_service, image: 'datadog/dd-trace-ci:php-7.1_windows' }
You can’t perform that action at this time.
0 commit comments