Skip to content

Commit dbf0df0

Browse files
committed
fix(ci): update versions
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent 8a03d41 commit dbf0df0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.github/workflows/py_analysis-coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
nextcloud: [ "30" ]
46+
nextcloud: [ "30.0.0" ]
4747
php-version: [ "8.1", "8.2" ]
4848
pgsql-version: [ "13", "15" ]
4949
env:
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
fail-fast: false
143143
matrix:
144-
nextcloud: [ "30" ]
144+
nextcloud: [ "30.0.0" ]
145145
php-version: [ "8.1", "8.2" ]
146146
mysql-version: [ "8" ]
147147

@@ -235,7 +235,7 @@ jobs:
235235
strategy:
236236
fail-fast: false
237237
matrix:
238-
nextcloud: [ "30" ]
238+
nextcloud: [ "30.0.0" ]
239239
php-version: [ "8.1", "8.2" ]
240240
mariadb-version: [ "10.3", "10.10" ]
241241

@@ -329,7 +329,7 @@ jobs:
329329
strategy:
330330
fail-fast: false
331331
matrix:
332-
nextcloud: [ "30" ]
332+
nextcloud: [ "30.0.0" ]
333333
php-version: [ "8.1", "8.2" ]
334334

335335
steps:
@@ -412,7 +412,7 @@ jobs:
412412
strategy:
413413
fail-fast: false
414414
matrix:
415-
nextcloud: [ "30" ]
415+
nextcloud: [ "30.0.0" ]
416416
php-version: [ "8.1" ]
417417

418418
steps:

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,15 @@
4444
"platform": {
4545
"php": "8.1"
4646
}
47+
},
48+
"autoload": {
49+
"psr-4": {
50+
"OCA\\Cloud_Py_API\\": "lib/"
51+
}
52+
},
53+
"autoload-dev": {
54+
"psr-4": {
55+
"OCP\\": "vendor/nextcloud/ocp/OCP"
56+
}
4757
}
4858
}

0 commit comments

Comments
 (0)