From a7ae9d0e39242473067f49d606b02d4ee8f314ea Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Fri, 8 Nov 2024 20:02:04 +0100 Subject: [PATCH] new openstack versions (#416) new openstack versions: * zed moved to unmaintained * added caracal and dalmatian --- .github/workflows/integration_tests.yml | 8 +++++++- COVERAGE.md | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 7fb7f574..6edbe437 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -22,6 +22,12 @@ jobs: openstack_version: [ "stable/2023.2" ] php_version: [ 8.1 ] include: + - name: "dalmatian" + openstack_version: "stable/2024.2" + ubuntu_version: "22.04" + - name: "caracal" + openstack_version: "stable/2024.1" + ubuntu_version: "22.04" - name: "bobcat" openstack_version: "stable/2023.2" ubuntu_version: "22.04" @@ -29,7 +35,7 @@ jobs: openstack_version: "stable/2023.1" ubuntu_version: "22.04" - name: "zed" - openstack_version: "stable/zed" + openstack_version: "unmaintained/zed" ubuntu_version: "20.04" - name: "yoga" openstack_version: "unmaintained/yoga" diff --git a/COVERAGE.md b/COVERAGE.md index c743bfcb..3fee51a6 100644 --- a/COVERAGE.md +++ b/COVERAGE.md @@ -1,6 +1,8 @@ # OpenStack versions coverage While we strive to support all versions of OpenStack, we can only test limited number of versions. The current set: +* 2024.2 Dalmatian +* 2024.1 Caracal * 2023.2 Bobcat * 2023.1 Antelope * Zed