Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Louis 78e5348dc2
Merge pull request #1885 from nextcloud/update-master-target-versions
chore(CI): Adjust testing matrix for Nextcloud 29 on master
2024-03-28 14:04:40 +01:00
Louis faf24e784e
Merge pull request #1870 from nextcloud/update-master-version
feat(deps): Add Nextcloud 29 support
2024-03-28 14:03:55 +01:00
Joas Schilling b797753abe
feat(deps): Add Nextcloud 30 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 13:29:21 +01:00
Joas Schilling 5567f6d0f5
chore(CI): Adjust testing matrix for Nextcloud 29 on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 12:30:41 +01:00
5 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['master', 'stable29']
services:
postgres:

Wyświetl plik

@ -24,7 +24,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
ocp-version: [ 'dev-master', 'dev-stable27', 'dev-stable26' ]
ocp-version: [ 'dev-master', 'dev-stable29', 'dev-stable28', 'dev-stable27', 'dev-stable26' ]
name: Nextcloud
steps:

Wyświetl plik

@ -17,7 +17,7 @@
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
<version>0.7.0</version>
<version>0.8.0</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>
@ -35,7 +35,7 @@
<database>pgsql</database>
<database>sqlite</database>
<database>mysql</database>
<nextcloud min-version="28" max-version="28" />
<nextcloud min-version="28" max-version="29" />
</dependencies>
<background-jobs>

4
package-lock.json wygenerowano
Wyświetl plik

@ -1,12 +1,12 @@
{
"name": "social",
"version": "0.0.1",
"version": "0.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "social",
"version": "0.0.1",
"version": "0.8.0",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "social",
"description": "🎉 Nextcloud becomes part of the federated social networks!",
"version": "0.0.1",
"version": "0.8.0",
"authors": [
{
"name": "John Molakvoæ",