File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,20 @@ jobs:
22
22
openstack_version : [ "stable/2023.2" ]
23
23
php_version : [ 8.1 ]
24
24
include :
25
+ - name : " dalmatian"
26
+ openstack_version : " stable/2024.2"
27
+ ubuntu_version : " 22.04"
28
+ - name : " caracal"
29
+ openstack_version : " stable/2024.1"
30
+ ubuntu_version : " 22.04"
25
31
- name : " bobcat"
26
32
openstack_version : " stable/2023.2"
27
33
ubuntu_version : " 22.04"
28
34
- name : " antelope"
29
35
openstack_version : " stable/2023.1"
30
36
ubuntu_version : " 22.04"
31
37
- name : " zed"
32
- openstack_version : " stable /zed"
38
+ openstack_version : " unmaintained /zed"
33
39
ubuntu_version : " 20.04"
34
40
- name : " yoga"
35
41
openstack_version : " unmaintained/yoga"
Original file line number Diff line number Diff line change 1
1
# OpenStack versions coverage
2
2
3
3
While we strive to support all versions of OpenStack, we can only test limited number of versions. The current set:
4
+ * 2024.2 Dalmatian
5
+ * 2024.1 Caracal
4
6
* 2023.2 Bobcat
5
7
* 2023.1 Antelope
6
8
* Zed
You can’t perform that action at this time.
0 commit comments