commit | 8aef619f4196ed6ca796c26cc8381aa88e83e638 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Tue Jun 06 14:36:58 2017 +0200 |
committer | Martin Polreich <polreichmartin@gmail.com> | Tue Jun 06 14:52:02 2017 +0200 |
tree | fc7b3d15ec696e7a0c3b4e7a03c31686a8ee1cc3 | |
parent | eebe47a117610a2325d465e103ff65d83aa457a1 [diff] [blame] |
Test different PHP versions
diff --git a/.kitchen.yml b/.kitchen.yml index ac0cdc6..748722d 100644 --- a/.kitchen.yml +++ b/.kitchen.yml
@@ -37,8 +37,9 @@ suites: - - name: apache_server + - name: <%=ENV['SUITE'] || 'apache_server_php7'%> provisioner: pillars-from-files: - apache.sls: tests/pillar/apache_server.sls + apache.sls: tests/pillar/<%=ENV['SUITE'] || 'apache_server_php7'%>.sls + # vim: ft=yaml sw=2 ts=2 sts=2 tw=125