Skip to content

Commit 9433e80

Browse files
committed
vimeo/psalm needs a newer version of PHP on Scrutinizer
1 parent 53c0ef8 commit 9433e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ build:
1818
nodes:
1919
analysis:
2020
environment:
21-
php: 8.2
21+
php:
22+
version: 8.2.29 # vimeo/psalm needs a newer version
2223
dependencies:
2324
before:
2425
- sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2

0 commit comments

Comments
 (0)