diff options
author | Matt Clay <matt@mystile.com> | 2022-02-24 09:54:47 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-02-24 10:54:14 -0800 |
commit | 749063968b34a89c9d1b30222b48577a4779e77d (patch) | |
tree | eeb9ecbfe476b344ebe6ce4aa3de70264aeca5fa /.azure-pipelines | |
parent | 5f258d2c64a2b1f957c122a6bf02a0d5a9ec1037 (diff) | |
download | ansible-749063968b34a89c9d1b30222b48577a4779e77d.tar.gz |
Temporarily remove RHEL 9.0b from the test matrix.
AppStream modules are currently missing.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e1c12c93fc..1953bbf734 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -94,8 +94,6 @@ stages: test: rhel/8.5@3.6 - name: RHEL 8.5 py38 test: rhel/8.5@3.8 - - name: RHEL 9.0b - test: rhel/9.0b - name: FreeBSD 12.3 test: freebsd/12.3 - name: FreeBSD 13.0 |