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:
|
||||
static-analysis:
|
||||
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
|
||||
steps:
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<database>pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database>mysql</database>
|
||||
<nextcloud min-version="27" max-version="27"/>
|
||||
<nextcloud min-version="26" max-version="27"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
Ładowanie…
Reference in New Issue