mysql2 icon indicating copy to clipboard operation
mysql2 copied to clipboard

CI: GitHub dropped Ubuntu 18.04 runners; switch to 20.04 for MySQL 5.7 test

Open jeremy opened this issue 1 year ago • 1 comments

https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

We'll need to switch to running MySQL in Docker to restore 5.7 test coverage. (Maybe be simpler than doing package installs, anyway?)

jeremy avatar Aug 03 '23 04:08 jeremy

The CentOS builds are dockerized already, that may be a decent template? Or use side-by-side containers, so MySQL is accessed over the network from the build/test container

sodabrew avatar Aug 04 '23 19:08 sodabrew