scripts/ci: use Fedora 37 for vagrant based tests

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2023-01-16 16:48:26 +00:00 committed by Andrei Vagin
parent e209d6a27c
commit a8b06d03a0

View file

@ -7,8 +7,8 @@ set -e
set -x
VAGRANT_VERSION=2.2.19
FEDORA_VERSION=35
FEDORA_BOX_VERSION=35.20211026.0
FEDORA_VERSION=37
FEDORA_BOX_VERSION=37.20221105.0
setup() {
if [ -n "$TRAVIS" ]; then