diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2023-06-26 16:41:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 16:41:31 +0200 |
commit | e22fe9be5683b056ddf6d4a0e881140bce7e68f1 (patch) | |
tree | a463e1fed7286f562358a08afebff1bdc9a65a6f /.azure-pipelines | |
parent | Remove long obsolete hacking/get_library.py (#81122) (diff) | |
download | ansible-e22fe9be5683b056ddf6d4a0e881140bce7e68f1.tar.xz ansible-e22fe9be5683b056ddf6d4a0e881140bce7e68f1.zip |
ansible-test add alpine 3.18 as remote (#81109)
* add crun to avoid runc
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 7c1791e952..d41152612d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -118,6 +118,8 @@ stages: targets: - name: Alpine 3.17 test: alpine/3.17 + - name: Alpine 3.18 + test: alpine/3.18 - name: Fedora 37 test: fedora/37 - name: Fedora 38 |