Skip to content

Commit

Permalink
fix(ci): update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Oct 21, 2024
1 parent 8a03d41 commit dbf0df0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/py_analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "30" ]
nextcloud: [ "30.0.0" ]
php-version: [ "8.1", "8.2" ]
pgsql-version: [ "13", "15" ]
env:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "30" ]
nextcloud: [ "30.0.0" ]
php-version: [ "8.1", "8.2" ]
mysql-version: [ "8" ]

Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "30" ]
nextcloud: [ "30.0.0" ]
php-version: [ "8.1", "8.2" ]
mariadb-version: [ "10.3", "10.10" ]

Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "30" ]
nextcloud: [ "30.0.0" ]
php-version: [ "8.1", "8.2" ]

steps:
Expand Down Expand Up @@ -412,7 +412,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud: [ "30" ]
nextcloud: [ "30.0.0" ]
php-version: [ "8.1" ]

steps:
Expand Down
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,15 @@
"platform": {
"php": "8.1"
}
},
"autoload": {
"psr-4": {
"OCA\\Cloud_Py_API\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"OCP\\": "vendor/nextcloud/ocp/OCP"
}
}
}

0 comments on commit dbf0df0

Please sign in to comment.