CI: upgrade vagrant to 2.2.19 (#8264)

This commit is contained in:
Cristian Calin
2021-12-02 23:23:44 +02:00
committed by GitHub
parent e82443241b
commit a24162f596
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']