dd-trace-php
dd-trace-php copied to clipboard
update mysql image to support 8.4 lts
Description
moves mysql image to a non-eol verison
Reviewer checklist
- [ ] Test coverage seems ok.
- [ ] Appropriate labels assigned.
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.)