File tree Expand file tree Collapse file tree 5 files changed +425
-392
lines changed Expand file tree Collapse file tree 5 files changed +425
-392
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ orbs:
27
27
28
28
.docker :
29
29
php_min : &docker_php_min
30
- image : ' cimg/php:8.1 '
30
+ image : ' cimg/php:8.2 '
31
31
environment :
32
32
<< : *env_common
33
33
<< : *env_composer
34
34
<< : *env_arangodb_common
35
35
<< : *env_arangodb_client
36
36
37
37
php_plus1 : &docker_php_plus1
38
- image : ' cimg/php:8.2 '
38
+ image : ' cimg/php:8.3 '
39
39
environment :
40
40
<< : *env_common
41
41
<< : *env_composer
Original file line number Diff line number Diff line change 16
16
use Sweetchuck \Robo \Phpcs \PhpcsTaskLoader ;
17
17
use Sweetchuck \Robo \PhpMessDetector \PhpmdTaskLoader ;
18
18
use Sweetchuck \Robo \PHPUnit \PHPUnitTaskLoader ;
19
- use Sweetchuck \Utils \Filter \ArrayFilterEnabled ;
19
+ use Sweetchuck \Utils \Filter \EnabledFilter ;
20
20
use Symfony \Component \Console \Output \ConsoleOutputInterface ;
21
21
use Symfony \Component \Console \Output \OutputInterface ;
22
22
@@ -358,7 +358,7 @@ protected function getTaskPhpunitRun(array $suiteNames = []): CollectionBuilder
358
358
{
359
359
$ phpExecutables = array_filter (
360
360
(array ) $ this ->getConfig ()->get ('php.executables ' ),
361
- new ArrayFilterEnabled (),
361
+ new EnabledFilter (),
362
362
);
363
363
364
364
$ cb = $ this ->collectionBuilder ();
Original file line number Diff line number Diff line change 54
54
}
55
55
},
56
56
"require" : {
57
- "php" : " >= 8.1 " ,
57
+ "php" : " >= 8.2 " ,
58
58
"cache/adapter-common" : " 3.x-dev" ,
59
59
"cache/tag-interop" : " 3.x-dev" ,
60
60
"cache/taggable-cache" : " 3.x-dev" ,
77
77
"sweetchuck/robo-phpmd" : " 3.x-dev" ,
78
78
"sweetchuck/robo-phpunit" : " 3.x-dev" ,
79
79
"symfony/phpunit-bridge" : " ^5.0 || ^6.0" ,
80
- "vimeo/psalm" : " ^5.8 "
80
+ "vimeo/psalm" : " ^5.18 "
81
81
},
82
82
"autoload" : {
83
83
"psr-4" : {
You can’t perform that action at this time.
0 commit comments