Skip to content

Commit

Permalink
chore: Update php version in psalm.xml and composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Feb 19, 2025
1 parent b378078 commit 08e9a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "8.1"
"php": "8.3"
},
"sort-packages": true,
"allow-plugins": {
Expand Down
5 changes: 3 additions & 2 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config"
errorBaseline="tests/psalm-baseline.xml"
autoloader="vendor-bin/psalm/vendor/autoload.php">
autoloader="vendor-bin/psalm/vendor/autoload.php"
phpVersion="8.1">
<projectFiles>
<directory name="lib" />
<ignoreFiles>
Expand Down Expand Up @@ -57,4 +58,4 @@
<file name="tests/stubs/oca_viewer_event.php" preloadClasses="true" />
<file name="tests/stubs/oca_theming_defaults.php" preloadClasses="true" />
</stubs>
</psalm>
</psalm>

0 comments on commit 08e9a72

Please sign in to comment.