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
|
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
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vim: ft=yaml
|
# vim: ft=yaml
|
||||||
---
|
---
|
||||||
php: {}
|
php:
|
||||||
|
lookup:
|
||||||
|
pkgs:
|
||||||
|
php: php7
|
||||||
|
Loading…
Reference in New Issue
Block a user