Skip to content

Commit 77a4656

Browse files
Merge pull request #808 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2 parents 149a671 + d73bf0e commit 77a4656

4 files changed

Lines changed: 344 additions & 408 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ jobs:
6464
repository: nextcloud/server
6565
ref: ${{ matrix.server-versions }}
6666

67-
- name: Set up integration dependencies
68-
working-directory: build/integration
69-
run: composer require --dev phpunit/phpunit:~9
70-
7167
- name: Checkout app
7268
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7369
with:
@@ -91,6 +87,10 @@ jobs:
9187
working-directory: apps/${{ env.APP_NAME }}
9288
run: composer i --no-dev
9389

90+
- name: Set up behat dependencies
91+
working-directory: apps/${{ env.APP_NAME }}/tests/Integration
92+
run: composer i
93+
9494
- name: Set up Nextcloud for S3 primary storage
9595
if: matrix.primary-storage == 'minio'
9696
run: |

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Integration/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
}
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "^9.6.21",
9-
"behat/behat": "^3.14.0",
10-
"guzzlehttp/guzzle": "^7.9.2",
11-
"sabre/dav": "^4.6.0"
8+
"phpunit/phpunit": "^10.5.58",
9+
"behat/behat": "^3.26.0",
10+
"guzzlehttp/guzzle": "^7.10.0",
11+
"sabre/dav": "^4.7.0"
1212
}
1313
}

0 commit comments

Comments
 (0)