Update nextcloud requirements
This commit is contained in:
parent
651d7edc2c
commit
910d866e56
@ -4,7 +4,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nextcloud:25
|
container: nextcloud:26
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
|
@ -20,7 +20,7 @@ You need to have [GPodderSync](https://apps.nextcloud.com/apps/gpoddersync) inst
|
|||||||
<bugs>https://git.crystalyx.net/Xefir/RePod/issues</bugs>
|
<bugs>https://git.crystalyx.net/Xefir/RePod/issues</bugs>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<php min-version="8.0"/>
|
<php min-version="8.0"/>
|
||||||
<nextcloud min-version="25" max-version="27"/>
|
<nextcloud min-version="26" max-version="27"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
|
Loading…
Reference in New Issue
Block a user