Skip to content

Commit 61d36fa

Browse files
authored
Merge pull request #156 from pdsinterop/feature/nextcloud30
Feature/nextcloud30
2 parents 5e71802 + 095668b commit 61d36fa

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
# Version 24 comes with PHP 8.0, which is no longer supported;
3535
# Latest is not tested here, as that could cause failures unrelated to project changes
3636
nextcloud_version:
37-
- 25
38-
- 26
39-
- 27
4037
- 28
38+
- 29
39+
- 30
4140

4241
steps:
4342
- name: Create docker tag from git reference
@@ -83,17 +82,16 @@ jobs:
8382
fail-fast: false
8483
matrix:
8584
nextcloud_version:
86-
- 25
87-
- 26
88-
- 27
8985
- 28
86+
- 29
87+
- 30
9088
test:
9189
- 'solidtestsuite/solid-crud-tests:v7.0.5'
9290
- 'solidtestsuite/web-access-control-tests:v7.1.0'
9391
- 'solidtestsuite/webid-provider-tests:v2.1.0'
9492

9593
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
96-
continue-on-error: ${{ contains(fromJson('[25,26,27,28]'), matrix.nextcloud_version) == false }}
94+
continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }}
9795

9896
steps:
9997
- name: Create docker tag from git reference

solid/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ When you do this, the Solid App can store data in your Nextcloud account through
1818
<category>integration</category>
1919
<bugs>https://github.com/pdsinterop/solid-nextcloud/issues</bugs>
2020
<dependencies>
21-
<nextcloud min-version="25" max-version="28"/>
21+
<nextcloud min-version="28" max-version="30"/>
2222
</dependencies>
2323
<settings>
2424
<admin>\OCA\Solid\Settings</admin>

solid/lib/solid-app-list.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,17 @@
3838
]
3939
},
4040
{
41-
"name": "Generator demo",
42-
"tagline": "Output of Inrupt's generator for Solid React Applications",
43-
"launchUrl": "https://generator.inrupt.com/",
44-
"appOrigin" : "https://generator.inrupt.com",
41+
"name": "Media Kraken",
42+
"tagline": "Media Kraken",
43+
"launchUrl": "https://noeldemartin.github.io/media-kraken/",
44+
"appOrigin" : "https://noeldemartin.github.io",
4545
"requirements": [
4646
{
4747
"type": "podWide",
4848
"permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"]
49-
},
50-
{
51-
"type": "container",
52-
"container": "tictactoe",
53-
"permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"]
5449
}
5550
]
5651
},
57-
{
58-
"name": "App demo",
59-
"tagline": "App demo",
60-
"launchUrl": "https://empty-solid-app.5apps.com/",
61-
"appOrigin" : "https://empty-solid-app.5apps.com",
62-
"requirements": [
63-
]
64-
},
6552
{
6653
"name": "Focus",
6754
"tagline": "Solid Task Manager",

0 commit comments

Comments
 (0)