Skip to content

Commit

Permalink
Merge pull request #48990 from nextcloud/ci/noid/update-integration-t…
Browse files Browse the repository at this point in the history
…est-stuff

ci: Align integration test dependencies with 3rdparty/ for PHP 8.4 compatibility
  • Loading branch information
nickvergessen authored Oct 30, 2024
2 parents d3910a4 + 86784ad commit e74ce1a
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 535 deletions.
1 change: 0 additions & 1 deletion build/integration/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# SPDX-License-Identifier: AGPL-3.0-only
vendor
output
composer.lock
10 changes: 5 additions & 5 deletions build/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"config": {
"platform": {
"php": "8.0.2"
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.14",
"behat/behat": "^3.15",
"dms/phpunit-arraysubset-asserts": "^0.5",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/guzzle": "^7.9",
"phpunit/phpunit": "^9.6",
"sabre/dav": "^4.6",
"symfony/event-dispatcher": "^5.4"
"sabre/dav": "^4.7",
"symfony/event-dispatcher": "^6.4"
}
}
Loading

0 comments on commit e74ce1a

Please sign in to comment.