File tree Expand file tree Collapse file tree 16 files changed +30
-18
lines changed Expand file tree Collapse file tree 16 files changed +30
-18
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ function before_script_steps() {
180180 stage: test
181181 tags: [ "arch:${ARCH}" ]
182182 image: registry.ddbuild.io/images/mirror/datadog/dd-trace-ci:php-${PHP_MAJOR_MINOR}_bookworm-5
183- timeout: 30m
183+ timeout: 60m
184184 variables:
185185 host_os: linux-gnu
186186 COMPOSER_MEMORY_LIMIT: "-1"
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ x-aliases:
1515services :
1616 # --- Alpine ---
1717 ' 8.0-alpine ' : { <<: *linux_php_service }
18- # --- Buster ---
19- ' 7.0-buster ' : { <<: *linux_php_service }
20- ' 7.1-buster ' : { <<: *linux_php_service }
21- ' 7.2-buster ' : { <<: *linux_php_service }
22- ' 7.3-buster ' : { <<: *linux_php_service }
23- ' 7.4-buster ' : { <<: *linux_php_service }
24- ' 8.0-buster ' : { <<: *linux_php_service }
25- ' 8.1-buster ' : { <<: *linux_php_service }
26- ' 8.2-buster ' : { <<: *linux_php_service }
27- ' 8.3-buster ' : { <<: *linux_php_service }
28- ' 8.4-buster ' : { <<: *linux_php_service }
18+ # --- Bookworm ---
19+ ' 7.0-bookworm ' : { <<: *linux_php_service }
20+ ' 7.1-bookworm ' : { <<: *linux_php_service }
21+ ' 7.2-bookworm ' : { <<: *linux_php_service }
22+ ' 7.3-bookworm ' : { <<: *linux_php_service }
23+ ' 7.4-bookworm ' : { <<: *linux_php_service }
24+ ' 8.0-bookworm ' : { <<: *linux_php_service }
25+ ' 8.1-bookworm ' : { <<: *linux_php_service }
26+ ' 8.2-bookworm ' : { <<: *linux_php_service }
27+ ' 8.3-bookworm ' : { <<: *linux_php_service }
28+ ' 8.4-bookworm ' : { <<: *linux_php_service }
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ RUN set -eux; \
9090 switch-php ${PHP_VERSION}-debug;
9191
9292# Install Composer
93- COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
93+ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
9494
9595COPY welcome /etc/motd
9696
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ RUN set -eux; \
8585 switch-php debug;
8686
8787# Install Composer
88- COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
88+ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
8989
9090COPY welcome /etc/motd
9191RUN sudo sed -i "s/VERSIONS/$(ls $PHP_INSTALL_DIR | xargs)/" /etc/motd
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ RUN set -eux; \
8686 switch-php debug;
8787
8888# Install Composer
89- COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
89+ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
9090
9191COPY welcome /etc/motd
9292RUN sudo sed -i "s/VERSIONS/$(ls $PHP_INSTALL_DIR | xargs)/" /etc/motd
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ RUN set -eux; \
8484 switch-php debug;
8585
8686# Install Composer
87- COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
87+ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
8888
8989COPY welcome /etc/motd
9090RUN sudo sed -i "s/VERSIONS/$(ls $PHP_INSTALL_DIR | xargs)/" /etc/motd
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ RUN set -eux; \
8585 switch-php debug;
8686
8787# Install Composer
88- COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
88+ COPY --from=composer:2 /usr/bin/composer /usr/local/bin/composer
8989
9090COPY welcome /etc/motd
9191RUN sudo sed -i "s/VERSIONS/$(ls $PHP_INSTALL_DIR | xargs)/" /etc/motd
Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ ext/phar/tests/phar_buildfromiterator8.phpt
264264ext/phar/tests/phar_oo_002.phpt
265265ext/phar/tests/phar_oo_005.phpt
266266ext/phar/tests/phar_oo_007.phpt
267+ ext/posix/tests/posix_getgrnam_basic.phpt
267268ext/readline/tests/libedit_callback_handler_install_001.phpt
268269ext/readline/tests/libedit_callback_handler_remove_001.phpt
269270ext/reflection/tests/009.phpt
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ ext/phar/tests/phar_metadata_write4.phpt
311311ext/phar/tests/phar_oo_002.phpt
312312ext/phar/tests/phar_oo_005.phpt
313313ext/phar/tests/phar_oo_007.phpt
314+ ext/posix/tests/posix_getgrnam_basic.phpt
314315ext/readline/tests/libedit_callback_handler_install_001.phpt
315316ext/readline/tests/libedit_callback_handler_remove_001.phpt
316317ext/reflection/tests/009.phpt
@@ -562,3 +563,4 @@ ext/standard/tests/http/ghsa-hgf5-96fm-v528-003.phpt
562563ext/standard/tests/http/ghsa-hgf5-96fm-v528-002.phpt
563564ext/standard/tests/http/ghsa-hgf5-96fm-v528-001.phpt
564565ext/standard/tests/http/ignore_errors.phpt
566+ ext/standard/tests/general_functions/proc_open02.phpt
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ ext/phar/tests/phar_metadata_write4.phpt
128128ext/phar/tests/phar_oo_002.phpt
129129ext/phar/tests/phar_oo_005.phpt
130130ext/phar/tests/phar_oo_007.phpt
131+ ext/posix/tests/posix_getgrnam_basic.phpt
131132ext/readline/tests/libedit_callback_handler_install_001.phpt
132133ext/readline/tests/libedit_callback_handler_remove_001.phpt
133134ext/simplexml/tests/bug51615.phpt
You can’t perform that action at this time.
0 commit comments