diff options
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a231cdc196..5d0d885913 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -120,6 +120,8 @@ stages: test: alpine/3.17 - name: Fedora 37 test: fedora/37 + - name: Fedora 38 + test: fedora/38 - name: RHEL 8.8 test: rhel/8.8 - name: RHEL 9.2 @@ -143,6 +145,8 @@ stages: test: centos7 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: openSUSE 15 test: opensuse15 - name: Ubuntu 20.04 @@ -160,6 +164,8 @@ stages: test: alpine3 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: Ubuntu 22.04 test: ubuntu2204 groups: |