Skip to content

Commit 4b92516

Browse files
authored
Update PHP version to align with composer min-requirement
1 parent 5b97c82 commit 4b92516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.scrutinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
override: true
66
environment:
77
php:
8-
version: 8.1
8+
version: 7.4
99
compile_options: '--with-openssl --with-curl --enable-mbstring --enable-mbregex --enable-bcmath --with-mhash --with-xmlrpc --enable-opcache --enable-intl --with-pear --enable-fpm --with-zlib-dir --enable-inline-optimization --with-bz2 --with-zlib'
1010
tests:
1111
override:
@@ -28,4 +28,4 @@ coding_style:
2828
size: 1
2929
spaces:
3030
around_operators:
31-
concatenation: false
31+
concatenation: false

0 commit comments

Comments
 (0)