Skip to content

Commit

Permalink
fix(ci): Require PHP 8.1 as per Nextcloud 30
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Aug 12, 2024
1 parent 12b7431 commit 89c36f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.0.2"
"php": "8.1"
},
"sort-packages": true
},
Expand All @@ -28,7 +28,7 @@
},
"require-dev": {
"nextcloud/coding-standard": "^1.2.1",
"nextcloud/ocp": "dev-stable28",
"nextcloud/ocp": "dev-master",
"phpunit/phpunit": "^9.6.19",
"psalm/phar": "^5.25.0"
}
Expand Down
19 changes: 10 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="tests/psalm-baseline.xml"
phpVersion="8.0.2"
phpVersion="8.1"
>
<projectFiles>
<directory name="lib" />
Expand Down

0 comments on commit 89c36f4

Please sign in to comment.