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 998e5c0 commit 842981aCopy full SHA for 842981a
.github/workflows/integration_tests.yml
@@ -32,7 +32,7 @@ jobs:
32
openstack_version: "stable/2023.2"
33
ubuntu_version: "22.04"
34
- name: "antelope"
35
- openstack_version: "stable/2023.1"
+ openstack_version: "unmaintained/2023.1"
36
37
- name: "zed"
38
openstack_version: "unmaintained/zed"
.github/workflows/unit_tests.yml
@@ -34,7 +34,7 @@ jobs:
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
with:
39
path: |
40
~/.php_cs.cache
0 commit comments