We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652ecac commit 61b5f30Copy full SHA for 61b5f30
1 file changed
.github/workflows/functional.yaml
@@ -8,19 +8,19 @@ jobs:
8
matrix:
9
name: ["master"]
10
openstack_version: ["master"]
11
- ubuntu_version: ["22.04"]
+ ubuntu_version: ["24.04"]
12
include:
13
+ - name: "epoxy"
14
+ openstack_version: "stable/2025.1"
15
+ ubuntu_version: "22.04"
16
- name: "dolmatian"
17
openstack_version: "stable/2024.2"
18
ubuntu_version: "22.04"
19
- name: "caracal"
20
openstack_version: "stable/2024.1"
21
- - name: "bobcat"
- openstack_version: "stable/2023.2"
- ubuntu_version: "22.04"
22
runs-on: ubuntu-${{ matrix.ubuntu_version }}
23
- name: Functional tests on OpenStack ${{ matrix.name }}
+ name: Functional tests on OpenStack ${{ matrix.name }} (${{ matrix.openstack_version }})
24
steps:
25
- name: Checkout the project
26
uses: actions/checkout@v2
0 commit comments