mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-17 10:10:29 +00:00
test(suse): update version to 7.0
for opensuse-leap-15
This commit is contained in:
parent
c9eea172a4
commit
fd675701a5
2 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue