mirror of
https://github.com/saltstack-formulas/php-formula.git
synced 2025-04-10 14:51:45 +00:00
test(pillar): list PHP versions for FreeBSD 11.4/12.2 (using 7.4
)
This commit is contained in:
parent
a0306cee31
commit
b876d6b1f0
1 changed files with 8 additions and 0 deletions
8
test/salt/pillar/freebsd.sls
Normal file
8
test/salt/pillar/freebsd.sls
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
php:
|
||||
version:
|
||||
# - '7.3'
|
||||
- '7.4'
|
||||
- '8.0'
|
Loading…
Add table
Reference in a new issue