Compare commits
38 Commits
Author | SHA1 | Date | |
---|---|---|---|
e8ced4711b | |||
|
0a40686974 | ||
ee09a6e2cd | |||
|
158e1425ec | ||
77f7ac20e0 | |||
|
7a411861af | ||
9967f979a3 | |||
|
5ff4ff0da8 | ||
284d7c2c9e | |||
14e5c7011f | |||
|
f8bcad4144 | ||
|
d02da37989 | ||
dfa21ad708 | |||
|
c47917dc6a | ||
c7540612ef | |||
d76466ce6d | |||
|
e742ebb0f0 | ||
|
b6c35644ea | ||
fecd3b4acd | |||
|
29444aaae7 | ||
afd0e9f18a | |||
|
fe5503450d | ||
abc1cdae82 | |||
|
245a3ba388 | ||
214acf21e4 | |||
2f8ea7c0a8 | |||
|
c6ea4d595f | ||
1c987f52ae | |||
|
5500f4cb14 | ||
1b0e89dcb2 | |||
e9b3cf18d6 | |||
|
6317bc33a4 | ||
24a95707f4 | |||
|
3ad44319e6 | ||
ee0d49df63 | |||
b96d195a77 | |||
6102bd0952 | |||
|
87b486b869 |
@ -4,11 +4,11 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
nextcloud-22:
|
nextcloud-22:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nextcloud:22
|
container: nextcloud:28
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||||
- run: chmod +x /usr/local/bin/composer
|
- run: chmod +x /usr/local/bin/composer
|
||||||
- run: composer install
|
- run: composer install
|
||||||
@ -18,11 +18,11 @@ jobs:
|
|||||||
|
|
||||||
nextcloud-27:
|
nextcloud-27:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nextcloud:27
|
container: nextcloud:28
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y git nodejs
|
- run: apt-get install -y git nodejs
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
|
||||||
- run: chmod +x /usr/local/bin/composer
|
- run: chmod +x /usr/local/bin/composer
|
||||||
- run: composer install
|
- run: composer install
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM nextcloud:27
|
FROM nextcloud:28
|
||||||
|
|
||||||
ENV NEXTCLOUD_UPDATE 1
|
ENV NEXTCLOUD_UPDATE 1
|
||||||
ENV NEXTCLOUD_ADMIN_USER epubreader
|
ENV NEXTCLOUD_ADMIN_USER epubreader
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"nextcloud/ocp": "^27.0.1",
|
"nextcloud/ocp": "^28.0.0",
|
||||||
"psalm/phar": "^5.14.1",
|
"psalm/phar": "^5.14.1",
|
||||||
"nextcloud/coding-standard": "^1.1.1"
|
"nextcloud/coding-standard": "^1.1.1"
|
||||||
},
|
},
|
||||||
|
32
composer.lock
generated
32
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "2a09784ad37a13f719f600287b92ea13",
|
"content-hash": "679331c6a73b23ca99c427cc59b72485",
|
||||||
"packages": [],
|
"packages": [],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
@ -50,20 +50,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nextcloud/ocp",
|
"name": "nextcloud/ocp",
|
||||||
"version": "v27.0.1",
|
"version": "v28.0.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||||
"reference": "1aaa8b098961a3acadd51b413f7bcfd89f4c0638"
|
"reference": "646241abbb388138130331edfd6774bda62ad1b0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/1aaa8b098961a3acadd51b413f7bcfd89f4c0638",
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/646241abbb388138130331edfd6774bda62ad1b0",
|
||||||
"reference": "1aaa8b098961a3acadd51b413f7bcfd89f4c0638",
|
"reference": "646241abbb388138130331edfd6774bda62ad1b0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4 || ~8.0 || ~8.1",
|
"php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
|
||||||
"psr/clock": "^1.0",
|
"psr/clock": "^1.0",
|
||||||
"psr/container": "^2.0.2",
|
"psr/container": "^2.0.2",
|
||||||
"psr/event-dispatcher": "^1.0",
|
"psr/event-dispatcher": "^1.0",
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-stable27": "27.0.0-dev"
|
"dev-stable28": "28.0.0-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
@ -88,9 +88,9 @@
|
|||||||
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||||
"source": "https://github.com/nextcloud-deps/ocp/tree/v27.0.1"
|
"source": "https://github.com/nextcloud-deps/ocp/tree/v28.0.1"
|
||||||
},
|
},
|
||||||
"time": "2023-07-17T09:26:48+00:00"
|
"time": "2023-12-20T00:27:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-cs-fixer/shim",
|
"name": "php-cs-fixer/shim",
|
||||||
@ -146,16 +146,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psalm/phar",
|
"name": "psalm/phar",
|
||||||
"version": "5.14.1",
|
"version": "5.19.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/psalm/phar.git",
|
"url": "https://github.com/psalm/phar.git",
|
||||||
"reference": "7b832de0cfa7791f663f056b8e01af262027a3d8"
|
"reference": "c062e477cae7068a4cbcf3dba2a176687c5565a1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/psalm/phar/zipball/7b832de0cfa7791f663f056b8e01af262027a3d8",
|
"url": "https://api.github.com/repos/psalm/phar/zipball/c062e477cae7068a4cbcf3dba2a176687c5565a1",
|
||||||
"reference": "7b832de0cfa7791f663f056b8e01af262027a3d8",
|
"reference": "c062e477cae7068a4cbcf3dba2a176687c5565a1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -175,9 +175,9 @@
|
|||||||
"description": "Composer-based Psalm Phar",
|
"description": "Composer-based Psalm Phar",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/psalm/phar/issues",
|
"issues": "https://github.com/psalm/phar/issues",
|
||||||
"source": "https://github.com/psalm/phar/tree/5.14.1"
|
"source": "https://github.com/psalm/phar/tree/5.19.1"
|
||||||
},
|
},
|
||||||
"time": "2023-08-01T06:05:09+00:00"
|
"time": "2024-01-17T11:52:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/clock",
|
"name": "psr/clock",
|
||||||
@ -391,5 +391,5 @@
|
|||||||
"platform-overrides": {
|
"platform-overrides": {
|
||||||
"php": "8.0"
|
"php": "8.0"
|
||||||
},
|
},
|
||||||
"plugin-api-version": "2.3.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user