From c49890606f05c22975d73a7b7dbf577b27c04909 Mon Sep 17 00:00:00 2001 From: Harry Bragg Date: Mon, 22 Feb 2016 16:53:52 +0000 Subject: [PATCH] use php 5.6 in scruitinizer --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 985c3d0..f24acbe 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,7 +1,7 @@ # .scrutinizer.yml build: environment: - php: '5.5.25' + php: 5.6 # enable once code sniffer is updated to >= 2.3.4 # checks: