kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1618 from nextcloud/update-master-version
chore: Add Nextcloud 27 supportpull/1683/head
commit
013ed4e831
|
@ -20,6 +20,11 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
static-analysis:
|
static-analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
# do not stop on another job's failure
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
|
||||||
|
|
||||||
name: Nextcloud
|
name: Nextcloud
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database>mysql</database>
|
<database>mysql</database>
|
||||||
<nextcloud min-version="27" max-version="27"/>
|
<nextcloud min-version="26" max-version="27"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
|
|
Ładowanie…
Reference in New Issue