Skip to content

Commit

Permalink
new openstack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Nov 8, 2024
1 parent e32dcf1 commit f681902
Showing 1 changed file with 7 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

0 comments on commit f681902

Please sign in to comment.