Skip to content

Commit

Permalink
antelope unmaintained (#420)
Browse files Browse the repository at this point in the history
* antelope unmaintained

* change actions/cache@v2 to v3 due to deprecation
  • Loading branch information
k0ka authored Dec 14, 2024
1 parent 998e5c0 commit 842981a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
openstack_version: "stable/2023.2"
ubuntu_version: "22.04"
- name: "antelope"
openstack_version: "stable/2023.1"
openstack_version: "unmaintained/2023.1"
ubuntu_version: "22.04"
- name: "zed"
openstack_version: "unmaintained/zed"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
path: |
~/.php_cs.cache
Expand Down

0 comments on commit 842981a

Please sign in to comment.