Skip to content

Commit

Permalink
fix old openstack versions
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Apr 2, 2024
1 parent 36cb096 commit 99efe4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
fail-fast: false
matrix:
openstack_version: [ "stable/wallaby", "stable/zed", "stable/2023.2" ]
php_version: [ 8.1 ]
include:
- name: "bobcat"
Expand All @@ -32,10 +31,10 @@ jobs:
openstack_version: "stable/zed"
ubuntu_version: "20.04"
- name: "yoga"
openstack_version: "stable/yoga"
openstack_version: "unmaintained/yoga"
ubuntu_version: "20.04"
- name: "wallaby"
openstack_version: "stable/wallaby"
openstack_version: "unmaintained/wallaby"
ubuntu_version: "20.04"
block_storage_v2: true
runs-on: ubuntu-${{ matrix.ubuntu_version }}
Expand Down

0 comments on commit 99efe4f

Please sign in to comment.