Running Your BATS Tests Against Multiple Bash Versions in GitHub
In this post I'll go over the github workflow I created that allows me to test bash scripts using BATS against multiple versions of Bash. TL;DR: See my github workflow : bats-multi-bash.yml My Bash Script The script in question is my Bash-TPL project...
