Skip to content

Commit e2feec1

Browse files
committed
Use Ubuntu bionic for PHP 7.2 on Scrutinizer
And update composer to v2 Copied from QA_5_2 at phpMyAdmin/phpMyAdmin Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent baf8471 commit e2feec1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.scrutinizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tools:
1414
runs: 4 # php 7.x versions * 2
1515
timeout: 480 # 8 min
1616
build:
17+
image: default-bionic # Needed to make PHP 7.2 compile
1718
nodes:
1819
analysis:
1920
environment:
@@ -23,6 +24,8 @@ build:
2324
- dbase
2425
dependencies:
2526
before:
27+
- sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
28+
- composer --version
2629
- composer install
2730
tests:
2831
override:

0 commit comments

Comments
 (0)