Use Ubuntu 18.04 for ChefSpec tests

Change-Id: Ia6b03e3c45770495df0ba322e176f369347b9b7d
This commit is contained in:
Lance Albertson 2020-01-06 11:42:56 -08:00
parent 2e87c304f5
commit 3d8f183879
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ REDHAT_OPTS = {
}.freeze
UBUNTU_OPTS = {
platform: 'ubuntu',
version: '16.04',
version: '18.04',
}.freeze
shared_context 'ops_messaging_stubs' do