Skip to content

Commit 5beb724

Browse files
committed
Adding php 8 to CI
1 parent 346d2e4 commit 5beb724

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.scrutinizer.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ build_failure_conditions:
2626

2727
build:
2828
services:
29-
#mariadb: 10.1.40
3029
environment:
3130
hosts:
3231
localhost: '127.0.0.1'
@@ -52,6 +51,15 @@ build:
5251
coverage:
5352
file: 'coverage.xml'
5453
format: 'php-clover'
54+
tests-php8:
55+
environment:
56+
php:
57+
version: '8.0'
58+
ini:
59+
phar.readonly: 'Off'
60+
tests:
61+
override:
62+
- sh ./config/scrutinizer-setup.sh
5563

5664
analysis:
5765
tests:

0 commit comments

Comments
 (0)