test(suse): update version to 7.0
for opensuse-leap-15
This commit is contained in:
parent
c9eea172a4
commit
fd675701a5
@ -36,7 +36,7 @@ control 'Php package' do
|
||||
end
|
||||
|
||||
def test_suse
|
||||
describe package('php5') do
|
||||
describe package('php7') do
|
||||
it { should be_installed }
|
||||
end
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
php: {}
|
||||
php:
|
||||
lookup:
|
||||
pkgs:
|
||||
php: php7
|
||||
|
Loading…
Reference in New Issue
Block a user