Skip to content

Commit b390c7d

Browse files
committed
fixup! ci: Run psalm against lowest php version
1 parent 5bef199 commit b390c7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
tools: phpunit:9
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
- name: Install latest dev Nextcloud PHP API (max only)
45-
if: matrix.version == 'max'
46-
run: composer require --prefer-dist --dev nextcloud/ocp:dev-master
4744
- name: Install Dependencies
4845
run: composer install --prefer-dist
4946
- name: Prepare MySQL database

0 commit comments

Comments
 (0)