Skip to content

Commit

Permalink
chore(ci): update versions (yoga is gone)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Feb 20, 2024
1 parent 20cd638 commit ba49ceb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/functional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
openstack_version: ["master"]
ubuntu_version: ["22.04"]
include:
- 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"
ubuntu_version: "22.04"
- name: "yoga"
openstack_version: "stable/yoga"
ubuntu_version: "20.04"
- name: "xena"
openstack_version: "stable/xena"
ubuntu_version: "20.04"
runs-on: ubuntu-${{ matrix.ubuntu_version }}
name: Functional tests on OpenStack ${{ matrix.name }}
steps:
Expand Down

0 comments on commit ba49ceb

Please sign in to comment.