Skip to content

Commit

Permalink
new openstack versions (#416)
Browse files Browse the repository at this point in the history
new openstack versions:
* zed moved to unmaintained
* added caracal and dalmatian
  • Loading branch information
k0ka authored Nov 8, 2024
1 parent e32dcf1 commit a7ae9d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ 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"
- name: "antelope"
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"
Expand Down
2 changes: 2 additions & 0 deletions COVERAGE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a7ae9d0

Please sign in to comment.