diff options
author | Matt Clay <matt@mystile.com> | 2022-02-15 13:36:47 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-02-15 15:36:09 -0800 |
commit | fb01616c5a6fd75ed9fb86d44b46cae2bd7e10fb (patch) | |
tree | 7719dabd4c5c0c66ea0c9d2f228c40fb027df250 /.azure-pipelines | |
parent | 18251f368511d1eaa161380517c29f6d7839d229 (diff) | |
download | ansible-fb01616c5a6fd75ed9fb86d44b46cae2bd7e10fb.tar.gz |
Revert "Temporarily remove RHEL 9.0b from test matrix."
This reverts commit a5eadaf3fd5496bd1f100ff14badf5c4947185a2.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1953bbf734..e1c12c93fc 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -94,6 +94,8 @@ 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 |