mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix the dependency-update workflow
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
ae6b328de4
commit
d33f3f3b26
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dependency-updates.yml
vendored
3
.github/workflows/dependency-updates.yml
vendored
|
|
@ -12,7 +12,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: nanasess/setup-php@master
|
- uses: nanasess/setup-php@master
|
||||||
with:
|
with:
|
||||||
php-version: '8.0'
|
php-version: 8.0
|
||||||
|
extensions: apcu
|
||||||
- name: Run dependency update script
|
- name: Run dependency update script
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue