File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
- 7.1
4
4
- 7.2
5
5
- 7.3
6
+ - 7.4
6
7
matrix :
7
8
include :
8
9
- php : 7.1
Original file line number Diff line number Diff line change @@ -43,4 +43,5 @@ If you have [docker-compose](https://docs.docker.com/compose/) installed you can
43
43
$ composer perf-test-php-7-1
44
44
$ composer perf-test-php-7-2
45
45
$ composer perf-test-php-7-3
46
+ $ composer perf-test-php-7-4
46
47
```
Original file line number Diff line number Diff line change 21
21
"scripts" : {
22
22
"perf-test-php-7-1" : " docker-compose run --rm cli_7_1_php php -d zend.assertions=-1 /app/sample/sample.php -t=10000" ,
23
23
"perf-test-php-7-2" : " docker-compose run --rm cli_7_2_php php -d zend.assertions=-1 /app/sample/sample.php -t=10000" ,
24
- "perf-test-php-7-3" : " docker-compose run --rm cli_7_3_php php -d zend.assertions=-1 /app/sample/sample.php -t=10000"
24
+ "perf-test-php-7-3" : " docker-compose run --rm cli_7_3_php php -d zend.assertions=-1 /app/sample/sample.php -t=10000" ,
25
+ "perf-test-php-7-4" : " docker-compose run --rm cli_7_4_php php -d zend.assertions=-1 /app/sample/sample.php -t=10000"
25
26
}
26
27
}
Original file line number Diff line number Diff line change @@ -27,3 +27,11 @@ cli_7_3_php:
27
27
- ./..:/app
28
28
working_dir : /app
29
29
tty : true
30
+
31
+ cli_7_4_php :
32
+ image : php:7.4-cli
33
+ container_name : cli_php_7_4_json_api
34
+ volumes :
35
+ - ./..:/app
36
+ working_dir : /app
37
+ tty : true
You can’t perform that action at this time.
0 commit comments