Skip to content

Commit

Permalink
ci: upgrade to Fedora 40 Vagrant images (38 is EOL)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber committed Jun 9, 2024
1 parent ced120a commit 495df77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/ci/vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 495df77

Please sign in to comment.