зеркало из https://github.com/nextcloud/photos.git
feat(deps): Add Nextcloud 29 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
2b531dc93e
Коммит
c54194263f
|
@ -23,6 +23,22 @@ updates:
|
|||
- "dependencies"
|
||||
|
||||
# Main stableXX npm
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable28
|
||||
labels:
|
||||
- "3. to review"
|
||||
- "dependencies"
|
||||
ignore:
|
||||
# ignore all GitHub linguist patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
@ -55,18 +71,3 @@ updates:
|
|||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "03:00"
|
||||
timezone: Europe/Paris
|
||||
target-branch: stable25
|
||||
labels:
|
||||
- "3. to review"
|
||||
- "dependencies"
|
||||
ignore:
|
||||
# ignore all GitHub linguist patch updates
|
||||
- dependency-name: "*"
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"]
|
||||
branches: ["main", "master", "stable28", "stable27", "stable26", "stable25", "stable24"]
|
||||
|
||||
name: npm-audit-fix-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
php-versions: ['8.0', '8.1', '8.2', '8.3']
|
||||
server-versions: ['master']
|
||||
|
||||
services:
|
||||
|
@ -159,4 +159,4 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Summary status
|
||||
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
|
||||
run: if ${{ needs.phpunit-mysql.result != 'success' }}; then exit 1; fi
|
||||
|
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ["main", "master", "stable27", "stable26", "stable25"]
|
||||
branches: ["main", "master", "stable28", "stable27", "stable26"]
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<name>Photos</name>
|
||||
<summary>Your memories under your control</summary>
|
||||
<description>Your memories under your control</description>
|
||||
<version>2.4.0</version>
|
||||
<version>2.5.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
|
||||
<namespace>Photos</namespace>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<repository>https://github.com/nextcloud/photos.git</repository>
|
||||
<default_enable />
|
||||
<dependencies>
|
||||
<nextcloud min-version="28" max-version="28" />
|
||||
<nextcloud min-version="29" max-version="29" />
|
||||
</dependencies>
|
||||
<navigations>
|
||||
<navigation>
|
||||
|
@ -47,4 +47,4 @@
|
|||
<background-jobs>
|
||||
<job>OCA\Photos\Jobs\AutomaticPlaceMapperJob</job>
|
||||
</background-jobs>
|
||||
</info>
|
||||
</info>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "photos",
|
||||
"version": "2.4.0",
|
||||
"version": "2.5.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "photos",
|
||||
"version": "2.4.0",
|
||||
"version": "2.5.0",
|
||||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@essentials/request-timeout": "^1.3.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "photos",
|
||||
"description": "Your memories under your control",
|
||||
"version": "2.4.0",
|
||||
"version": "2.5.0",
|
||||
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
|
||||
"contributors": [
|
||||
"John Molakvoæ <skjnldsv@protonmail.com>"
|
||||
|
|
Загрузка…
Ссылка в новой задаче