[ci] Add testing for guile 2.2 and 3.0

This commit is contained in:
Olly Betts 2022-03-16 17:55:33 +13:00
commit 239ffe4b5b
2 changed files with 5 additions and 1 deletions

View file

@ -62,7 +62,7 @@ case "$SWIGLANG" in
esac
;;
"guile")
$RETRY sudo apt-get -qq install guile-2.0-dev
$RETRY sudo apt-get -qq install guile-${VER:-2.0}-dev
;;
"lua")
if [[ -z "$VER" ]]; then