Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
git submodule sync --recursive
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
cd build/integration && composer require --dev phpunit/phpunit:~9

- name: Checkout app
uses: actions/checkout@v4.1.1
Expand Down
8 changes: 7 additions & 1 deletion tests/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"config": {
"platform": {
"php": "8.0.2"
},
"sort-packages": true
},
"require-dev": {
"phpunit/phpunit": "~9",
"behat/behat": "~3.14.0",
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "7.8.1",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.6.0",
Expand Down
Loading