dd-trace-php icon indicating copy to clipboard operation
dd-trace-php copied to clipboard

update mysql image to support 8.4 lts

Open stephengroat-dd opened this issue 4 months ago • 1 comments

Description

moves mysql image to a non-eol verison

Reviewer checklist

  • [ ] Test coverage seems ok.
  • [ ] Appropriate labels assigned.

stephengroat-dd avatar Aug 04 '25 18:08 stephengroat-dd

Hey,

have you actually verified whether the old code which we test against properly works with the 8.4 mysql version? In particular the integrations / web tests make use of it.

To test that, build the container, push it somewhere and change it here: https://github.com/DataDog/dd-trace-php/blob/38ce35a8a2683e69c50d21450f8e4b72276862a4/.gitlab/generate-common.php#L111

(You have write access to this repository, by the way.)

bwoebi avatar Aug 04 '25 19:08 bwoebi