Actions
Patch #39865
closedextend mysql8? test helper to handle complex version strings
Description
In my MariaDB 11 docker image, Redmine::Database.mysql_version
is 11.1.2-MariaDB-1:11.1.2+maria~ubu2204
, which leads to an error in Gem::Version.new
. The attached patch attempts to clean up the version string into the expected major.minor.patch format.
Files
Actions