File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments