Skip to content

Commit

Permalink
fixup! Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Dec 18, 2023
1 parent 0d7f664 commit 308dedd
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 147 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=mysql --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force user_ldap
./occ app:enable --force ${{ env.APP_NAME }}
- name: Check PHPUnit script is defined
Expand Down
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
"psalm:update-baseline": "psalm --threads=1 --update-baseline",
"test:integration": "cd tests/integration && ./run.sh"
},
"platform": {
"php": "8.0"
},
"license": "AGPLv3",
"authors": [
{
"name": "Arthur Schiwon",
"email": "blizzz@arthur-schiwon.de"
}
]
],
"config": {
"platform": {
"php": "8.0.2"
}
}
}
Loading

0 comments on commit 308dedd

Please sign in to comment.