File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : 8.1
20
+ php-version : 8.2
21
21
coverage : none
22
22
23
23
- name : Get composer cache directory
52
52
uses : shivammathur/setup-php@v2
53
53
with :
54
54
coverage : none
55
- php-version : 8.1
55
+ php-version : 8.2
56
56
57
57
- name : Get composer cache directory
58
58
id : composer-cache
77
77
78
78
strategy :
79
79
matrix :
80
- php-versions : ['8.0', '8.1']
80
+ php-versions : ['8.0', '8.1', '8.2' ]
81
81
82
82
services :
83
83
redis :
Original file line number Diff line number Diff line change 21
21
}
22
22
},
23
23
"require" : {
24
- "php" : " ~ 8.0.0||~ 8.1.0 " ,
24
+ "php" : " ^ 8.0 || ^ 8.1 || ^8.2 " ,
25
25
"ext-json" : " *" ,
26
- "doctrine/annotations" : " ^1.13" ,
27
26
"psr/clock" : " ^1.0" ,
28
- "psr/container" : " ^1.0|| ^2.0" ,
27
+ "psr/container" : " ^1.0 || ^2.0" ,
29
28
"ramsey/uuid" : " ^4.0"
30
29
},
31
30
"require-dev" : {
34
33
"doctrine/dbal" : " ^3.2" ,
35
34
"doctrine/orm" : " ^2.8" ,
36
35
"guzzlehttp/guzzle" : " ^7.2" ,
37
- "php-parallel-lint/php-parallel-lint" : " ^1.2 " ,
38
- "phpstan/phpstan" : " ^1.2 " ,
36
+ "php-parallel-lint/php-parallel-lint" : " ^1.3 " ,
37
+ "phpstan/phpstan" : " ^1.9 " ,
39
38
"phpunit/phpunit" : " ^9.5" ,
40
- "squizlabs/php_codesniffer" : " ^3.5 " ,
39
+ "squizlabs/php_codesniffer" : " ^3.7 " ,
41
40
"symfony/cache" : " ^6.0" ,
42
41
"symfony/serializer" : " ^6.0"
43
42
},
You can’t perform that action at this time.
0 commit comments