Skip to content

Commit 2938e1f

Browse files
committed
Merge branch '5.11.x'
The bump was already done in e9edd4c
2 parents f682fc0 + 018f347 commit 2938e1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ tools:
1414
runs: 2 # php 8.x versions
1515
timeout: 480 # 8 min
1616
build:
17+
image: default-bionic # Needed to make PHP 8.2 compile
1718
nodes:
1819
analysis:
1920
environment:
2021
php: 8.2
2122
dependencies:
2223
before:
24+
- sudo /home/scrutinizer/.phpenv/shims/php -f /usr/bin/composer.phar self-update --2
25+
- composer --version
2326
- composer install
2427
tests:
2528
override:

0 commit comments

Comments
 (0)