Skip to content

Commit

Permalink
Attempt at fixing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Mar 31, 2022
1 parent 56eac8c commit b2eca86
Show file tree
Hide file tree
Showing 3 changed files with 2,138 additions and 121 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- stable*

env:
APP_NAME: recommendations
APP_NAME: serverinfo

jobs:
oci:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
with:
php-version: "${{ matrix.php-versions }}"
extensions: mbstring, iconv, fileinfo, intl, oci8
tools: phpunit:8.5.2
tools: phpunit:9
coverage: none

- name: Set up PHPUnit
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"require-dev": {
"nextcloud/coding-standard": "^0.4.0"
"nextcloud/coding-standard": "^0.4.0",
"phpunit/phpunit": "^9.5"
},
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
Expand Down
Loading

0 comments on commit b2eca86

Please sign in to comment.