Skip to content

Commit c0758f4

Browse files
committed
update workflow to run ubuntu 22.04 instead of 20.04
1 parent 2a23c7b commit c0758f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
ubuntu_version: "22.04"
3737
- name: "zed"
3838
openstack_version: "unmaintained/zed"
39-
ubuntu_version: "20.04"
39+
ubuntu_version: "22.04"
4040
- name: "yoga"
4141
openstack_version: "unmaintained/yoga"
42-
ubuntu_version: "20.04"
42+
ubuntu_version: "22.04"
4343
- name: "wallaby"
4444
openstack_version: "unmaintained/wallaby"
45-
ubuntu_version: "20.04"
45+
ubuntu_version: "22.04"
4646
block_storage_v2: true
4747
runs-on: ubuntu-${{ matrix.ubuntu_version }}
4848
name: Deploy OpenStack ${{ matrix.name }} and run integration tests with php ${{matrix.php_version}}

0 commit comments

Comments
 (0)