File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,29 @@ unit_tests: &unit_tests
5
5
- install_deps
6
6
- run_unit_tests
7
7
8
+ php81 : &php81
9
+ docker :
10
+ - image : cimg/php:8.1.7-browsers
11
+
8
12
php73 : &php73
9
13
docker :
10
- - image : circleci /php:7.3-browsers
14
+ - image : cimg /php:7.3-browsers
11
15
12
16
php72 : &php72
13
17
docker :
14
- - image : circleci /php:7.2-browsers
18
+ - image : cimg /php:7.2-browsers
15
19
16
20
php71 : &php71
17
21
docker :
18
- - image : circleci /php:7.1-browsers
22
+ - image : cimg /php:7.1-browsers
19
23
20
24
php70 : &php70
21
25
docker :
22
- - image : circleci /php:7.0-browsers
26
+ - image : cimg /php:7.0-browsers
23
27
24
28
php56 : &php56
25
29
docker :
26
- - image : circleci /php:5.6-browsers
30
+ - image : cimg /php:5.6-browsers
27
31
28
32
commands :
29
33
@@ -55,6 +59,10 @@ commands:
55
59
56
60
jobs :
57
61
62
+ php-81-unit-tests :
63
+ << : *unit_tests
64
+ << : *php81
65
+
58
66
php-73-unit-tests :
59
67
<< : *unit_tests
60
68
<< : *php73
@@ -106,6 +114,9 @@ workflows:
106
114
- qa-phplint
107
115
- qa-phpcs
108
116
- qa-phpmd
117
+ php-81-tests :
118
+ jobs :
119
+ - php-81-unit-tests
109
120
php-73-tests :
110
121
jobs :
111
122
- php-73-unit-tests
Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ private function prepareData(&$data)
103
103
/**
104
104
* @todo For 2.0, remove the E_NOTICE check before raising the exception.
105
105
*
106
+ * @SuppressWarnings(PHPMD.ErrorControlOperator)
107
+ *
106
108
* @throws JsonErrorException
107
109
*
108
110
* @param $data
Original file line number Diff line number Diff line change 14
14
{"name" : " Aurélien FOUCRET" , "email" : " aurelien.foucret@elastic.co" }
15
15
],
16
16
"require" : {
17
- "php" : " ^5.6|^7.0" ,
17
+ "php" : " ^5.6|^7.0|^8.0 " ,
18
18
"guzzlehttp/ringphp" : " ^1.0" ,
19
19
"psr/log" : " ^1.0."
20
20
},
21
21
"require-dev" : {
22
- "phpunit/phpunit" : " ^5.6.0|^6.3.0" ,
22
+ "phpunit/phpunit" : " ^5.6.0|^6.3.0|9.5.20 " ,
23
23
"squizlabs/php_codesniffer" : " ^3.4.0" ,
24
24
"friendsofphp/php-cs-fixer" : " ^2.14" ,
25
25
"overtrue/phplint" : " ^1.1" ,
You can’t perform that action at this time.
0 commit comments