Skip to content

Commit 61b5f30

Browse files
committed
chore(ci): update openstack versions
1 parent 652ecac commit 61b5f30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/functional.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
matrix:
99
name: ["master"]
1010
openstack_version: ["master"]
11-
ubuntu_version: ["22.04"]
11+
ubuntu_version: ["24.04"]
1212
include:
13+
- name: "epoxy"
14+
openstack_version: "stable/2025.1"
15+
ubuntu_version: "22.04"
1316
- name: "dolmatian"
1417
openstack_version: "stable/2024.2"
1518
ubuntu_version: "22.04"
1619
- name: "caracal"
1720
openstack_version: "stable/2024.1"
1821
ubuntu_version: "22.04"
19-
- name: "bobcat"
20-
openstack_version: "stable/2023.2"
21-
ubuntu_version: "22.04"
2222
runs-on: ubuntu-${{ matrix.ubuntu_version }}
23-
name: Functional tests on OpenStack ${{ matrix.name }}
23+
name: Functional tests on OpenStack ${{ matrix.name }} (${{ matrix.openstack_version }})
2424
steps:
2525
- name: Checkout the project
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)