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 554eac6 commit 65b8cfdCopy full SHA for 65b8cfd
.github/workflows/integration_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- openstack_version: ${{ fromJSON(format('[{0}]', inputs.openstack_version || env.OPENSTACK_VERSIONS )) }}
+ openstack_version: ${{ fromJSON(format('[{0}]', inputs.openstack_version || vars.OPENSTACK_VERSIONS )) }}
33
php_version: [ 8.1 ]
34
ubuntu_version: [ 22.04 ]
35
runs-on: ubuntu-${{ matrix.ubuntu_version }}
0 commit comments