Skip to content

Commit cfd5b3d

Browse files
committed
Scrutinizer: Use PHP 7
Somehow Scrutinizer PHP version was guessed to be PHP 5.6 which was failing due to composer requirements
1 parent a6bfc35 commit cfd5b3d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.scrutinizer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
build: true
1+
build:
2+
environment:
3+
php:
4+
version: '7.1'
5+
26
inherit: true
37

48
before_commands:

0 commit comments

Comments
 (0)