test(suse): update version to 7.0 for opensuse-leap-15

This commit is contained in:
Imran Iqbal 2019-09-05 21:58:05 +01:00
parent c9eea172a4
commit fd675701a5
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@ control 'Php package' do
end end
def test_suse def test_suse
describe package('php5') do describe package('php7') do
it { should be_installed } it { should be_installed }
end end
end end

View File

@ -1,4 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: ft=yaml # vim: ft=yaml
--- ---
php: {} php:
lookup:
pkgs:
php: php7