Skip to content

Commit 652efeb

Browse files
authored
Merge pull request #2415 from nextcloud/backport/2385/stable23
[stable23] Add support for different encodings
2 parents 5521bfb + 2ccdfd9 commit 652efeb

10 files changed

Lines changed: 221 additions & 138 deletions

File tree

.github/workflows/oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
./occ app:enable --force ${{ env.APP_NAME }}
7474
7575
- name: PHPUnit
76-
working-directory: apps/${{ env.APP_NAME }}/tests
77-
run: phpunit -c phpunit.xml
76+
working-directory: apps/${{ env.APP_NAME }}
77+
run: phpunit -c tests/phpunit.xml
7878

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"christophwurst/nextcloud": "dev-stable23",
77
"jakub-onderka/php-parallel-lint": "^1.0.0",
88
"nextcloud/coding-standard": "^0.5.0",
9-
"psalm/phar": "^4.3"
9+
"psalm/phar": "^4.3",
10+
"ext-mbstring": "*"
1011
},
1112
"license": "AGPLv3",
1213
"authors": [

0 commit comments

Comments
 (0)