CI: vagrant configuration for debian 12 (#2285)

This commit is contained in:
Laurence Jones 2023-06-19 20:18:29 +01:00 committed by GitHub
parent 89c3c18c19
commit 062f71fb92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,8 @@
# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'debian/bookworm64'
end
common = '../common'
load common if File.exist?(common)