Browse Source

test(pillar): list PHP versions for FreeBSD 11.4/12.2 (using `7.4`)

tags/v1.4.0
Imran Iqbal 3 years ago
parent
commit
b876d6b1f0
No account linked to committer's email address
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      test/salt/pillar/freebsd.sls

+ 8
- 0
test/salt/pillar/freebsd.sls View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
php:
version:
# - '7.3'
- '7.4'
- '8.0'

Loading…
Cancel
Save