Skip to content

Commit e4468bf

Browse files
committed
Add --php-versions parameters
1 parent f075f50 commit e4468bf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM ubuntu:18.04
44

55
# Everything is not compatible with Composer 2
6-
COPY --from=composer:1.10.17 /usr/bin/composer /usr/local/bin/composer
6+
COPY --from=composer:1.10.19 /usr/bin/composer /usr/local/bin/composer
77

88
RUN \
99
# Update and instal some dependencies

src/Command/Configure/ConfigureBenchmarkCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ final class ConfigureBenchmarkCommand extends AbstractCommand
2424
'benchmark-type' => 'Benchmark type id',
2525
'entry-point' => 'Entry point file name',
2626
'benchmark-relative-url' => 'Benchmark relative url (example: /benchmark/helloworld)',
27-
'core-dependency-name' => 'Core dependency name (example: foo/bar)'
27+
'core-dependency-name' => 'Core dependency name (example: foo/bar)',
28+
'php-versions' => 'PHP version separated by "," (exemple: 7.1,7.2)'
2829
];
2930

3031
protected function configure(): void

0 commit comments

Comments
 (0)