From 495df77a85f600a9955e43489b9e2fd457ec1039 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sun, 9 Jun 2024 18:25:28 +0200 Subject: [PATCH] ci: upgrade to Fedora 40 Vagrant images (38 is EOL) Signed-off-by: Adrian Reber --- scripts/ci/vagrant.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci/vagrant.sh b/scripts/ci/vagrant.sh index 4c1be35443..55b36e0bf1 100755 --- a/scripts/ci/vagrant.sh +++ b/scripts/ci/vagrant.sh @@ -6,9 +6,9 @@ set -e set -x -VAGRANT_VERSION=2.3.7 -FEDORA_VERSION=38 -FEDORA_BOX_VERSION=38.20230413.1 +VAGRANT_VERSION=2.4.1 +FEDORA_VERSION=40 +FEDORA_BOX_VERSION=40.20240414.0 setup() { if [ -n "$TRAVIS" ]; then