From a918093cebd600b72d42d63aa92bcb80586c49b6 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 16 Jan 2023 16:48:26 +0000 Subject: [PATCH] scripts/ci: use Fedora 37 for vagrant based tests Signed-off-by: Adrian Reber --- scripts/ci/vagrant.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/vagrant.sh b/scripts/ci/vagrant.sh index e23486f29..a3e4b6937 100755 --- a/scripts/ci/vagrant.sh +++ b/scripts/ci/vagrant.sh @@ -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