Skip to content

Commit

Permalink
Merge pull request #12038 from nextcloud/techdebt/noid/deps-update-in…
Browse files Browse the repository at this point in the history
…-integration-tests

chore(CI): Update Behat and PHPUnit10 in integration tests
  • Loading branch information
nickvergessen authored Apr 10, 2024
2 parents 297fd10 + a6da603 commit 22dc629
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 863 deletions.
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
findUnusedBaselineEntry="true"
findUnusedCode="false"
resolveFromConfigFile="true"
phpVersion="8.0"
phpVersion="8.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"sort-packages": true
},
"require-dev": {
"behat/behat": "^3.12.0",
"guzzlehttp/guzzle": "^7.5.0",
"phpunit/phpunit": "^9.5.28"
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "^7.8.1",
"phpunit/phpunit": "^10.5.17"
}
}
Loading

0 comments on commit 22dc629

Please sign in to comment.