kopia lustrzana https://github.com/nextcloud/social
remove 25
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/1618/head
rodzic
ee74991b3f
commit
36380b7e07
|
@ -20,14 +20,11 @@ concurrency:
|
|||
jobs:
|
||||
static-analysis:
|
||||
runs-on: ubuntu-latest
|
||||
<<<<<<< master:.github/workflows/psalm.yml
|
||||
=======
|
||||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26', 'dev-stable25' ]
|
||||
>>>>>>> feat(deps): Add Nextcloud 28 support:.github/workflows/psalm-matrix.yml
|
||||
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
|
||||
|
||||
name: Nextcloud
|
||||
steps:
|
||||
|
|
|
@ -35,11 +35,7 @@
|
|||
<database>pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database>mysql</database>
|
||||
<<<<<<< master
|
||||
<nextcloud min-version="27" max-version="27"/>
|
||||
=======
|
||||
<nextcloud min-version="25" max-version="27"/>
|
||||
>>>>>>> feat(deps): Add Nextcloud 28 support
|
||||
<nextcloud min-version="26" max-version="27"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
Ładowanie…
Reference in New Issue