We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a23c7b commit c0758f4Copy full SHA for c0758f4
.github/workflows/integration_tests.yml
@@ -36,13 +36,13 @@ jobs:
36
ubuntu_version: "22.04"
37
- name: "zed"
38
openstack_version: "unmaintained/zed"
39
- ubuntu_version: "20.04"
+ ubuntu_version: "22.04"
40
- name: "yoga"
41
openstack_version: "unmaintained/yoga"
42
43
- name: "wallaby"
44
openstack_version: "unmaintained/wallaby"
45
46
block_storage_v2: true
47
runs-on: ubuntu-${{ matrix.ubuntu_version }}
48
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}
0 commit comments