Skip to content

Commit

Permalink
fixup! chore: Add psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Oct 10, 2024
1 parent cade4e1 commit 4526845
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 416 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ jobs:
tools: phpunit:9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install latest dev Nextcloud PHP API (max only)
if: matrix.version == 'max'
run: composer require --prefer-dist --dev nextcloud/ocp:dev-master
- name: Install Dependencies
run: composer install --prefer-dist
run: composer install --no-dev
- name: Prepare MySQL database
run: |
sudo systemctl start mysql
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"OCA\\Notes\\Tests\\API\\": "tests/api/"
}
},
"config": {
"platform": {
"php": "8.0"
},
"sort-packages": true
},
"prefer-stable": true,
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit 4526845

Please sign in to comment.