mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add FreeBSD 12.0 to CI. (#52195)
This commit is contained in:
parent
3e778d3f8f
commit
9bb1c59686
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,7 @@ matrix:
|
|||
- env: T=rhel/7.6/1
|
||||
- env: T=rhel/8.0/1
|
||||
- env: T=freebsd/11.1/1
|
||||
- env: T=freebsd/12.0/1
|
||||
- env: T=linux/centos6/1
|
||||
- env: T=linux/centos7/1
|
||||
- env: T=linux/fedora28/1
|
||||
|
@ -67,6 +68,7 @@ matrix:
|
|||
- env: T=rhel/7.6/2
|
||||
- env: T=rhel/8.0/2
|
||||
- env: T=freebsd/11.1/2
|
||||
- env: T=freebsd/12.0/2
|
||||
- env: T=linux/centos6/2
|
||||
- env: T=linux/centos7/2
|
||||
- env: T=linux/fedora28/2
|
||||
|
@ -81,6 +83,7 @@ matrix:
|
|||
- env: T=rhel/7.6/3
|
||||
- env: T=rhel/8.0/3
|
||||
- env: T=freebsd/11.1/3
|
||||
- env: T=freebsd/12.0/3
|
||||
- env: T=linux/centos6/3
|
||||
- env: T=linux/centos7/3
|
||||
- env: T=linux/fedora28/3
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
freebsd/11.1
|
||||
freebsd/12.0
|
||||
osx/10.11
|
||||
rhel/7.6
|
||||
rhel/8.0
|
||||
|
|
Loading…
Reference in a new issue