Skip to content

Commit adc8854

Browse files
committed
Test extension for 8.1.2
Signed-off-by: Bob Weinand <[email protected]>
1 parent 8989061 commit adc8854

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.circleci/continue_config.yml

+23
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,27 @@ jobs:
910910
path: /tmp/artifacts
911911
- <<: *STEP_GET_TEST_AGENT_RESULTS
912912

913+
test_early_php_81:
914+
working_directory: ~/datadog
915+
machine:
916+
image: ubuntu-2004:2023.04.2
917+
steps:
918+
- restore_cache:
919+
keys:
920+
- source-v1-{{ .Branch }}-{{ .Revision }}
921+
- <<: *STEP_CHECKOUT
922+
- <<: *STEP_ATTACH_WORKSPACE
923+
- run:
924+
command: |
925+
docker run --rm -v $(pwd):/root ubuntu:jammy bash \<<COMMANDS
926+
set -e
927+
apt-get update -y
928+
apt-get install -y php8.1 php8.1-dom php-pear
929+
cd /root
930+
php ./build/datadog-setup.php --php-bin all --file $(ls build/packages/dd-library-php-*-x86_64-linux-gnu.tar.gz)
931+
pecl run-tests --showdiff --ini=" -d datadog.trace.cli_enabled=1 -d ddtrace.request_init_hook="
932+
COMMANDS
933+
913934
test_arm:
914935
machine:
915936
image: ubuntu-2004:2023.04.2
@@ -4026,6 +4047,8 @@ workflows:
40264047
batch: [ 6, 7, 8, 9, 10 ]
40274048
- installer_tests:
40284049
requires: [ 'package extension' ]
4050+
- test_early_php_81:
4051+
requires: [ 'package extension' ]
40294052
- placeholder:
40304053
requires: [ 'package extension' ]
40314054
name: Framework tests

0 commit comments

Comments
 (0)