Skip to content

Commit 0008137

Browse files
Merge pull request #438 from nextcloud/update-stable33-target-versions
chore(CI): Adjust testing matrix for Nextcloud 33 on stable33
2 parents 56a891d + c1f5490 commit 0008137

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"test:unit": "vendor/bin/phpunit -c tests/phpunit.xml"
2929
},
3030
"require-dev": {
31-
"nextcloud/ocp": "dev-master",
31+
"nextcloud/ocp": "dev-stable33",
3232
"bamarni/composer-bin-plugin": "^1.8"
3333
},
3434
"autoload-dev": {

composer.lock

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

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
findUnusedBaselineEntry="true"
55
findUnusedCode="false"
66
resolveFromConfigFile="true"
7-
phpVersion="8.1"
7+
phpVersion="8.2"
88
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xmlns="https://getpsalm.org/schema/config"
1010
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"

0 commit comments

Comments
 (0)