diff options
author | Rick Elrod <rick@elrod.me> | 2021-01-22 00:12:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 00:12:18 +0100 |
commit | 4357a78130d84785720750d3d6801db5cf4df464 (patch) | |
tree | 285860c2dda10471125b7c4cc6d1748901d5b011 /.azure-pipelines | |
parent | Vanquish rare container bootstrap failure (#73288) (diff) | |
download | ansible-4357a78130d84785720750d3d6801db5cf4df464.tar.xz ansible-4357a78130d84785720750d3d6801db5cf4df464.zip |
[ansible-test] First attempt at freebsd/11.4 (#72655)
Change:
- Try CI against freebsd 11.4
Test Plan:
- ci_complete
Tickets:
- Fixes #48782
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9724950c20..4c9d53e44e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -93,8 +93,8 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 11.1 - test: freebsd/11.1 + - name: FreeBSD 11.4 + test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 groups: @@ -170,8 +170,8 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 11.1 - test: freebsd/11.1 + - name: FreeBSD 11.4 + test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 - stage: Incidental_Docker |