diff options
author | Matt Clay <matt@mystile.com> | 2022-02-15 22:36:47 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-02-16 00:36:09 +0100 |
commit | fb01616c5a6fd75ed9fb86d44b46cae2bd7e10fb (patch) | |
tree | 7719dabd4c5c0c66ea0c9d2f228c40fb027df250 /.azure-pipelines | |
parent | dnf: ensure releasever is passed into libdnf as str (#77024) (diff) | |
download | ansible-fb01616c5a6fd75ed9fb86d44b46cae2bd7e10fb.tar.xz ansible-fb01616c5a6fd75ed9fb86d44b46cae2bd7e10fb.zip |
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 |