Automatically transpose the chords of the songs of the Neocatechumenal Way so that they fit your voice range. Available in Spanish, Italian, Portuguese, English and Swahili!
Prod version: 5.7
Dev env (Docker compose): 5.7
GitHub actions' MySQL version depends on Ubuntu version:
That’s because MySQL 5.7 is pre-installed on Ubuntu 18.04 containers (and MySQL 8 on 20 and latest), but not running by default. Here is a related announcement by GitHub. That means you don’t need services:mysql at all, you just need to start the built-in mysql process.
Prod version: 5.7 Dev env (Docker compose): 5.7 GitHub actions' MySQL version depends on Ubuntu version:
(Source)
Solution: use a dockerized MySQL, for instance this one: https://github.com/marketplace/actions/setup-mysql