Skip to content

Commit 94bac6d

Browse files
authored
remove wallaby and yoga due to ubuntu 20.04 deprecation (#425)
1 parent 2a23c7b commit 94bac6d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,7 @@ jobs:
3636
ubuntu_version: "22.04"
3737
- name: "zed"
3838
openstack_version: "unmaintained/zed"
39-
ubuntu_version: "20.04"
40-
- name: "yoga"
41-
openstack_version: "unmaintained/yoga"
42-
ubuntu_version: "20.04"
43-
- name: "wallaby"
44-
openstack_version: "unmaintained/wallaby"
45-
ubuntu_version: "20.04"
46-
block_storage_v2: true
39+
ubuntu_version: "22.04"
4740
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4841
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
4942
steps:
@@ -128,5 +121,5 @@ jobs:
128121
if: ${{ failure() }}
129122
uses: actions/upload-artifact@v4
130123
with:
131-
name: failure-logs
124+
name: failure-logs-${{ strategy.job-index }}
132125
path: failure-logs

0 commit comments

Comments
 (0)