diff options
author | Matt Clay <matt@mystile.com> | 2024-11-07 22:19:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 22:19:26 +0100 |
commit | a98801903df4a9a3af65ad917e96fc4f3e3437a6 (patch) | |
tree | c5131039f0530f84dca5f5d715764f0e0b0f3f68 /.azure-pipelines | |
parent | remove ignore clauses for module uri (#83642) (diff) | |
download | ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.tar.xz ansible-a98801903df4a9a3af65ad917e96fc4f3e3437a6.zip |
ansible-test - Replace FreeBSD 13.3 with 13.4 (#84236)
* ansible-test - Replace FreeBSD 13.3 with 13.4
* ansible-test - Fix typos in bootstrap.sh
* Skip libfaketime on FreeBSD except FreeBSD 14
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 d2078a43cf..d339b43a4f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -90,8 +90,8 @@ stages: test: rhel/9.4@3.9 - name: RHEL 9.4 py312 test: rhel/9.4@3.12 - - name: FreeBSD 13.3 - test: freebsd/13.3 + - name: FreeBSD 13.4 + test: freebsd/13.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: @@ -104,8 +104,8 @@ stages: test: macos/14.3 - name: RHEL 9.4 test: rhel/9.4 - - name: FreeBSD 13.3 - test: freebsd/13.3 + - name: FreeBSD 13.4 + test: freebsd/13.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: |