Skip to content

Commit ffff8c2

Browse files
committed
Update Scrutinizer to use PHP 8.0
Update Scrutinizer CI environment from PHP 7.4 to PHP 8.0 to match the new minimum PHP version requirement. This ensures code quality analysis runs on the correct PHP version.
1 parent 4588da4 commit ffff8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build:
22
environment:
3-
php: 7.4
3+
php: 8.0
44

0 commit comments

Comments
 (0)