CI: upgrade vagrant to 2.2.19 (#8264) (#8267)

This commit is contained in:
Cristian Calin
2021-12-03 15:20:27 +02:00
committed by GitHub
parent 69c21e1c35
commit 6ff35d0c67
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ vagrant-validate:
stage: unit-tests
tags: [light]
variables:
VAGRANT_VERSION: 2.2.15
VAGRANT_VERSION: 2.2.19
script:
- ./tests/scripts/vagrant-validate.sh
except: ['triggers', 'master']